Render Flow - Background position
[Parse CSS] -> [Find background-position property] -> [Calculate position values] -> [Apply position to background image] -> [Paint background at calculated position]
The browser reads the CSS, finds the background-position property, calculates where the background image should appear inside the element, then paints it at that spot.