0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/docs
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
..
_data Add WebKit+Safari Wall of Browser 2015-05-13 23:37:18 -07:00
_includes generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
_jade Tie help block to input with aria-describedby 2014-12-09 09:57:35 +00:00
_layouts Skip link workarounds for Chrome and IE 2015-01-31 13:09:57 +00:00
_plugins Use a Jekyll plugin instead of the copy:configBridge grunt task 2014-11-05 18:35:13 +01:00
assets Use https when possible. 2015-05-17 12:43:20 +03:00
dist Remove grunt-banner completely. 2015-05-16 12:57:27 +03:00
examples generalize dropdowns / drop role="menu" 2015-06-02 11:03:21 +01:00
about.html Use https when possible. 2015-05-17 12:43:20 +03:00
apple-touch-icon.png Losslessly compress apple-touch-icon.png. 2014-10-26 08:08:33 +02:00
browser-bugs.html Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds" 2015-05-22 23:30:05 -07:00
components.html Added/removed blank lines in the docs for consitency 2014-10-22 13:52:49 +02:00
css.html Added/removed blank lines in the docs for consitency 2014-10-22 13:52:49 +02:00
customize.html Remove Firefox warning for customizer download. 2015-05-22 12:25:08 -05:00
favicon.ico Fix favicon.ico after d763b0fe5b. 2014-06-09 11:13:24 +03:00
getting-started.html Added/removed blank lines in the docs for consitency 2014-10-22 13:52:49 +02:00
index.html Skip link workarounds for Chrome and IE 2015-01-31 13:09:57 +00:00
javascript.html Added/removed blank lines in the docs for consitency 2014-10-22 13:52:49 +02:00
LICENSE Rename docs/LICENSE-DOCS to docs/LICENSE 2014-01-14 13:47:18 +01:00
migration.html Add .alert-warning related change to migration doc 2015-03-19 17:27:38 +05:30
robots.txt Remove layout: nil. 2014-08-01 19:45:11 +03:00
sitemap.xml Added/removed blank lines in the docs for consitency 2014-10-22 13:52:49 +02:00