Render Flow - Align items
[Parse CSS selector 'display:flex'] -> [Set container as flexbox] -> [Parse 'align-items' property] -> [Calculate cross axis alignment] -> [Position flex items vertically] -> [Paint updated layout] -> [Composite final frame]
The browser reads the CSS, sets the container as a flexbox, then applies the 'align-items' property to position children along the vertical (cross) axis before painting and compositing the final layout.