bootstrap/docs/_includes/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
..
affix.html Document Affix plugin's checkPosition method 2015-05-02 13:02:48 -07:00
alerts.html Javascript docs: Accessibility and cosmetic changes to headings. 2015-03-03 18:22:09 +02:00
buttons.html Document that $(...).button('reset') is async. 2015-05-05 15:03:12 -07:00
carousel.html Carousel docs: fix typo in holder.js color 2015-04-07 18:52:59 -07:00
collapse.html add role="button" to a[data-toggle="collapse"]; fixes #15972 2015-03-03 13:18:36 -08:00
dropdowns.html generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
modal.html Clarify the bs-callout on multiple open modals 2015-05-18 18:30:58 -04:00
overview.html Accessibility changes to headings (overview.html) 2015-02-24 20:17:14 -05:00
popovers.html Document that 'manual' is mutually exclusive of other tooltip/popover triggers 2015-05-02 18:24:12 -07:00
scrollspy.html generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
tabs.html generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
tooltips.html Document that 'manual' is mutually exclusive of other tooltip/popover triggers 2015-05-02 18:24:12 -07:00
transitions.html Document how to disable transitions in jQuery plugins; fixes #16069 2015-03-25 17:56:59 -07:00