flâneur — a map of the web's best reading

Render-tree Construction, Layout, and Paint | Web Fundamentals

developers.google.com · 991 words · saved by 1 readers

TODO

Home Articles Render-tree Construction, Layout, and Paint Stay organized with collections Save and categorize content based on your preferences. Ilya Grigorik Published: March 31, 2014 The CSSOM and DOM trees are combined into a render tree, which is then used to compute the layout of each visible element and serves as an input to the paint process that renders the pixels to screen. Optimizing each of these steps is critical to achieving optimal rendering performance. In the previous section on constructing the object model, we built the DOM and the CSSOM trees based on the HTML and CSS input.

Explore this link on the map →

related reading