0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/js/tests/unit
Patrick H. Lauke 5fd7bc1554 generalize dropdowns / drop role="menu"
as role="menu" is a very specific (and strict) ARIA pattern for
desktop-like application menus, and our dropdowns are often used
as pure navigation dropdowns, this change abandons ARIA menus for
a more open-ended and light-weight approach
(see http://heydonworks.com/practical_aria_examples/#submenus and
http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria)
note that in dropdown.js, switched to now target ``.dropdown-menu``
instead of ``role["menu"]`` - this also prevents bootstrap scripts
from "bleeding" into non-bootstrap components on the same page.
also removed the ``role=["listbox"]`` part, which appears to be
vestigial/unused (only place in bootstrap that uses that
role are carousels, and their key handling is done separately)
2015-06-02 11:03:21 +01:00
..
.jshintrc Disable es3 for tests and customizer.js. 2015-03-02 11:16:06 +02:00
affix.js [Fixes #15953] Implement assert.expect in each unit test 2015-03-03 08:45:07 -05:00
alert.js Disable jQuery event aliases when running test suite 2015-03-09 01:05:43 -07:00
button.js Remove broken/vestigial unit test 2015-05-01 12:58:10 +01:00
carousel.js Disable jQuery event aliases when running test suite 2015-03-09 01:05:43 -07:00
collapse.js Merge pull request #15987 from twbs/fix-15972 2015-03-24 08:57:56 -07:00
dropdown.js generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
modal.js Comply to the new JSCS rules. 2015-05-05 06:50:18 +03:00
phantom.js phantom.js: switch to unicode characters that work on Windows too. 2015-05-05 06:58:54 +03:00
popover.js Use https when possible. 2015-05-17 12:43:20 +03:00
scrollspy.js Fixed proper navigation element selection on backward scrolling (from the bottom to the top) 2015-03-10 20:04:15 +00:00
tab.js Disable jQuery event aliases when running test suite 2015-03-09 01:05:43 -07:00
tooltip.js Multiple tooltip triggers don't play well together 2015-04-27 23:03:56 -07:00