0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/js
Patrick H. Lauke fd56ea370c Accessibility fixes to dynamic tabs (aria-selected, remove dynamic tabs with dropdowns)
* Use `aria-selected` instead of `aria-expanded`
* Change tab.js to use `aria-selected` rather than `aria-expanded`
* Add `aria-orientation=vertical` to vertical tab list
* Remove dynamic tabs with dropdowns
* Fix non-interactive code examples
* Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)
2017-09-24 12:00:54 +02:00
..
dist dist 2017-09-12 22:24:15 -07:00
src Accessibility fixes to dynamic tabs (aria-selected, remove dynamic tabs with dropdowns) 2017-09-24 12:00:54 +02:00
tests Accessibility fixes to dynamic tabs (aria-selected, remove dynamic tabs with dropdowns) 2017-09-24 12:00:54 +02:00
.eslintrc.json Enable the no-return-assign rule. 2017-08-23 00:05:38 +03:00