bootstrap/js/tests/unit
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
..
alert.js Tweak ESLint rules. 2017-08-23 00:05:38 +03:00
button.js Tweak ESLint rules. 2017-08-23 00:05:38 +03:00
carousel.js Tweak ESLint rules. 2017-08-23 00:05:38 +03:00
collapse.js Collapse - preventDefault only on <a> elements not inside the collapsible 2017-08-25 09:48:35 +01:00
dropdown.js Tweak ESLint rules. 2017-08-23 00:05:38 +03:00
modal.js Merge branch 'v4-dev' into fix-jumping-modal-on-resize 2017-09-03 12:56:04 +02:00
popover.js Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover was disabled 2017-08-24 09:33:49 +01:00
scrollspy.js fix(scrollspy): Spying on nested navs fails to activate for .nav-link's inside nav-item's (#23967) 2017-09-17 09:30:37 +02:00
tab.js Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs with dropdowns) 2017-09-24 12:00:54 +02:00
tooltip.js Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover was disabled 2017-08-24 09:33:49 +01:00