Skip to content

Instantly share code, notes, and snippets.

@weblancaster
Last active October 9, 2015 21:37
Show Gist options
  • Save weblancaster/3580707 to your computer and use it in GitHub Desktop.
Save weblancaster/3580707 to your computer and use it in GitHub Desktop.
How modern browsers works in simple steps.
The beauty of how modern browsers works in simple steps.
- Loading resources (img, external css/js, etc).
- Parsing the HTML.
- Creating the DOM Tree (nodes, etc).
- Creating the Render Tree.
- Layout of the render tree.
- Painting.
The science behind the scenes!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment