bootstrap/js/tests/unit
Patrick H. Lauke 3f6e1faf45 Only change aria-pressed if it's not an input-based radio or checkbox group
* Only change aria-pressed if it's not an input-based radio or checkbox group

aria-pressed="true"/aria-pressed="false" is really only useful for
making on/off toggles out of, say, `<button>` elements. the attribute is
useless (and potentially confusing/conflicting) on, say, `<label>`
elements for an existing `<input type="radio">` or similar.

* Add unit test for buttons.js and radio/checkbox inputs in button groups
2017-04-10 14:43:54 +01:00
..
alert.js Rename `.active` to `.show` 2016-12-07 21:20:15 -07: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 Carousel - Add attributes from and to for Slid and Slide events (#21668) 2017-03-22 22:42:13 +01:00
collapse.js Collapse - Fix check to not prevent event for input and textarea 2017-03-29 00:10:27 +02:00
dropdown.js Dropdown: close menu when focusing outside element (#21375) 2017-01-02 14:44:27 -08:00
modal.js Fix #22332: Adjust tests for hidden scrollbar 2017-04-03 13:27:15 +02:00
phantom.js Make JS compliant with the new ESLint rules. 2016-11-24 11:59:55 +11:00
popover.js Popover + Tooltip - fix error when content or title is a number 2017-03-31 10:03:54 +02: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