Render Flow - Table caption placement
Read <table>
→Create TABLE node
Read <caption>
→Create CAPTION node as first child
Read <thead>, <tbody>, <tfoot>
→Create respective section nodes
Apply Bootstrap styles
Calculate caption placement
Layout table and caption
Paint and Composite
The browser reads the table and its caption element first, placing the caption above the table by default. Bootstrap styles can adjust caption placement visually by CSS, affecting layout and painting.