Render Flow - Min and max functions
[Parse CSS] -> [Identify min()/max() functions] -> [Evaluate expressions inside functions] -> [Calculate final value] -> [Apply computed value to property] -> [Layout and paint]
The browser reads CSS, finds min() and max() functions, calculates their values by comparing inside expressions, then applies the result to style properties during layout and painting.