The "aria-controls" attribute must point to an element in the same document

This commit is contained in:
ZhangChengLin 2023-05-05 22:23:14 +08:00
parent 7c2ba0f681
commit 29b6b40563

View File

@ -98,7 +98,7 @@ title: Collapse Directions example
</div>
</div>
<div class="text-center">
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="collapseWidth_center">
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="collapseWidth_centerUp collapseWidth_centerLeft collapseWidth_centerRight collapseWidth_centerDown">
<svg class="bi" width="32" height="32" fill="currentColor"><use xlink:href="#arrow-bar-all-4"/></svg>
</button>
</div>