0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-12 00:08:59 +01:00
Bootstrap/docs/examples
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
..
blog Update jQuery to v1.11.3. 2015-05-10 01:22:23 +03:00
carousel generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
cover Update jQuery to v1.11.3. 2015-05-10 01:22:23 +03:00
dashboard Update jQuery to v1.11.3. 2015-05-10 01:22:23 +03:00
grid Fix issue #15601 — Position of X-UA-Compatible 2015-02-02 15:45:57 -05:00
jumbotron Update jQuery to v1.11.3. 2015-05-10 01:22:23 +03:00
jumbotron-narrow Fix #15911: Clear the floats and move the padding to the header 2015-02-24 16:43:07 -08:00
justified-nav Document justified navbar for #15906 2015-02-24 23:04:59 -05:00
navbar generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
navbar-fixed-top generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
navbar-static-top generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
non-responsive generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
offcanvas Update jQuery to v1.11.3. 2015-05-10 01:22:23 +03:00
screenshots Example: minor image compression improvements. 2014-11-30 13:16:27 +02:00
signin Fix issue #15601 — Position of X-UA-Compatible 2015-02-02 15:45:57 -05:00
starter-template Update jQuery to v1.11.3. 2015-05-10 01:22:23 +03:00
sticky-footer Fix issue #15601 — Position of X-UA-Compatible 2015-02-02 15:45:57 -05:00
sticky-footer-navbar generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
theme generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
tooltip-viewport Update jQuery to v1.11.3. 2015-05-10 01:22:23 +03:00