Render Flow - Hover state
Parse CSS selectors
Match :hover pseudo-class
Apply hover styles
Trigger repaint
Composite updated layers
The browser reads CSS and looks for elements with :hover. When the mouse is over an element, it applies the hover styles, repaints the element, and updates the screen.