bootstrap/js/src
Patrick H. Lauke 18e8704221 Fix collapse.js aria-expanded behavior
* 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
2017-04-10 14:51:22 +01:00
..
alert.js version bump 2017-01-06 08:38:04 -08:00
button.js Only change aria-pressed if it's not an input-based radio or checkbox group 2017-04-10 14:43:54 +01:00
carousel.js Fix JS components console error "Error: <Component> is transitioning" 2017-03-28 23:43:15 +02:00
collapse.js Fix collapse.js aria-expanded behavior 2017-04-10 14:51:22 +01:00
dropdown.js Fix backdrop for dropdown menu on mobile (#21578) 2017-03-18 17:41:13 -07:00
modal.js Prevent default for ESC in modal.js 2017-04-09 16:19:20 +01:00
popover.js version bump 2017-01-06 08:38:04 -08:00
scrollspy.js Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, .nav-item, <li> etc...) 2017-04-02 11:21:04 +02:00
tab.js Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, .nav-item, <li> etc...) 2017-04-02 11:21:04 +02:00
tooltip.js Popover + Tooltip - fix error when content or title is a number 2017-03-31 10:03:54 +02:00
util.js Fix getSelectorFromElement when # is a selector (#21615) 2017-03-18 17:42:11 -07:00