Skip to content

Instantly share code, notes, and snippets.

@Neener54
Last active November 11, 2015 16:49
Show Gist options
  • Select an option

  • Save Neener54/940537e85a2eeb464c6f to your computer and use it in GitHub Desktop.

Select an option

Save Neener54/940537e85a2eeb464c6f to your computer and use it in GitHub Desktop.
Browser Functionality Links

What every developer should know about rendering 101 - High level but clear. This is a baseline for what we should keep in mind to avoid jankiness.

HTML5rocks - Tutorial on how various browsers handle rendering. Includes discussions of the parsing and lexing as well as the internals of various browser implementations.

In Depth Slideshow - Great in-depth slideshow that covers more than just rendering. Very thorough.

Google Developers - This covers just the rendering portion. This explains performance related issues with it.

Slideshare deck - Manish Trivedi did a nice high level look at things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment