0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js
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
..
dist grunt 2017-04-08 13:22:53 -07:00
src Only change aria-pressed if it's not an input-based radio or checkbox group 2017-04-10 14:43:54 +01:00
tests Only change aria-pressed if it's not an input-based radio or checkbox group 2017-04-10 14:43:54 +01:00
.eslintrc.json Update config files across the board. 2017-03-12 16:15:00 +11:00