HACKER Q&A
📣 fctorial
Learning about web browser implementation
Are there any writings about the implementation of commercial browsers like chrome and firefox? I want to learn how the browsers render and update DOM.
👤 phillipseamore
Accepted Answer ✓
It's mostly based on specs:
https://www.w3.org/
Sources are open:
https://github.com/chromium/chromium
https://github.com/mozilla/gecko-dev