Render Flow - Box sizing
Parse CSS rule: box-sizing
Match elements with selector
Calculate box model dimensions
Apply box-sizing property
Calculate final width and height
Layout elements
Paint elements
Composite layers
The browser reads the box-sizing property, then calculates the element's size including or excluding padding and border, affecting layout and painting.