Render Flow - Position static
Parse CSS
Match selector: position
Apply position: static
Calculate normal flow layout
Paint elements in document order
Composite layers
The browser reads the CSS, finds elements with position: static, and places them in the normal document flow without any offset or special positioning.
