Render Flow - Multi-target collapse
[Read HTML with data-bs-toggle="collapse"] -> [Create button element] -> [Read data-bs-target attribute] -> [Identify multiple targets] -> [Attach event listener] -> [On click: toggle collapse class on all targets] -> [Recalculate layout] -> [Animate height changes] -> [Paint updated elements]
Bootstrap reads the button with data attributes, finds multiple collapse targets, and toggles their visibility with smooth height animations.