Render Flow - Float and clear utilities
[Read HTML with float class] -> [Create DOM nodes] -> [Apply float CSS rules] -> [Recalculate layout with floated elements] -> [Apply clear utility if present] -> [Paint elements] -> [Composite final view]
The browser reads the HTML, creates the DOM, applies float styles which take elements out of normal flow, recalculates layout to wrap text or other elements around floats, then applies clear utilities to control where following elements appear.