Render Flow - Content area
[Parse CSS] -> [Match selector to element] -> [Calculate box model] -> [Determine content area size] -> [Layout content inside box] -> [Paint content area] -> [Composite layers]
The browser reads CSS, matches styles to elements, calculates the box model including the content area size, lays out the content inside that area, paints it, and finally composites all layers for display.