Render Flow - Child selector
[Parse CSS selector '>'] -> [Match parent elements] -> [Find direct children only] -> [Apply styles to matched children] -> [Recalculate layout] -> [Paint changes]
The browser reads the child selector '>' and applies styles only to elements that are direct children of the specified parent, then updates the layout and paints the changes.