Render Flow - Attribute selectors
[Parse CSS] -> [Identify attribute selectors] -> [Match elements with attributes] -> [Apply styles to matched elements] -> [Recalculate layout if needed] -> [Paint changes] -> [Composite layers]
The browser reads CSS, finds attribute selectors, matches HTML elements with those attributes, applies styles, then repaints the page visually.