Render Flow - Text overflow and truncation
Read HTML element with text
Apply CSS styles: overflow, white-space, text-overflow
Calculate box size
Clip or truncate text if overflow
Render visible text with ellipsis if truncated
The browser reads the text element, applies overflow and truncation styles, calculates the box size, then clips or truncates the text with an ellipsis if it doesn't fit.