Render Flow - Grid item placement
Parse CSS Grid container
Identify grid-template-columns and rows
Create grid lines and cells
Place grid items by default in order
Apply grid-column-start/end and grid-row-start/end
Calculate item size and position
Paint grid and items
Composite final layout
The browser reads the grid container styles, creates the grid structure, then places each grid item according to default flow or explicit placement properties before painting the final layout.