mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 13:10:23 +00:00
* Remove aria-expanded from collapse.js target element aria-expanded="true"/aria-expanded="false" only applies to the trigger, not the element that is being expanded/collapsed. * Tweak collapse.js accessibility section ...to make it clearer that the aria-expanded attribute always just goes on the control. * Fix collapse.js unit tests - reword some of the text to make it clear we're checking behavior of trigger/control - move incorrect aria-expanded out of the <div>s and to the actual trigger/control <a>s - fix incorrect test assertion text output false -> true |
||
|---|---|---|
| .. | ||
| alerts.md | ||
| badge.md | ||
| breadcrumb.md | ||
| button-group.md | ||
| buttons.md | ||
| card.md | ||
| carousel.md | ||
| collapse.md | ||
| dropdowns.md | ||
| forms.md | ||
| input-group.md | ||
| jumbotron.md | ||
| list-group.md | ||
| modal.md | ||
| navbar.md | ||
| navs.md | ||
| pagination.md | ||
| popovers.md | ||
| progress.md | ||
| scrollspy.md | ||
| tooltips.md | ||