Code Safari

Chapter 132·Intermediate

CSS and the Render Tree

01 / 06

The core idea

CSS becomes its own tree.

Just as HTML parses into the DOM, your stylesheets parse into the CSSOM — a structured model of every rule and which properties it sets.

CSS and the Render Tree | Code Safari