Render Flow - Group-hover (parent triggers child)
Parse HTML structure
Identify parent with 'group' class
Parse CSS classes
Detect 'group-hover' variant on child
On parent hover event
Apply hover styles to child
Repaint affected elements
The browser reads the HTML and CSS, recognizes the parent with the 'group' class, then applies hover styles to child elements with 'group-hover' when the parent is hovered.