0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js
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
..
tests generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
.jscsrc Update JSCS rules. 2015-05-05 06:50:18 +03:00
.jshintrc Revert UMD (#13772 & friends) for now, due to #13812. 2014-06-23 11:11:59 -07:00
affix.js Fix issue where affixed element has incorrect positioning 2015-05-02 17:59:31 -07:00
alert.js v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00
button.js Fix radio and checkbox keyboard handling 2015-05-01 12:19:19 +01:00
carousel.js v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00
collapse.js v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00
dropdown.js generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
modal.js rm redundant aria-hidden usage from Modals; fixes #16020 2015-03-25 18:06:47 -07:00
popover.js v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00
scrollspy.js v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00
tab.js Comply to the new JSCS rules. 2015-05-05 06:50:18 +03:00
tooltip.js Merge pull request #16014 from redbmk/issue-16008 2015-05-04 15:07:17 -07:00
transition.js v3.3.2 => v3.3.4 2015-03-16 08:39:31 -07:00