Render Flow - Progress bars
Load HTML with <div class='progress'>
Create progress container box
Load inner <div class='progress-bar'>
Calculate width from aria-valuenow
Apply width style to progress-bar
Paint colored bar inside container
Composite final progress bar
The browser reads the progress container and inner bar elements, calculates the width of the colored bar from the value attribute, applies styles, then paints and composites the progress bar visually.