mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
5fd7bc1554
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) |
||
---|---|---|
.. | ||
alerts.html | ||
badges.html | ||
breadcrumbs.html | ||
button-dropdowns.html | ||
button-groups.html | ||
dropdowns.html | ||
glyphicons.html | ||
input-groups.html | ||
jumbotron.html | ||
labels.html | ||
list-group.html | ||
media.html | ||
navbar.html | ||
navs.html | ||
page-header.html | ||
pagination.html | ||
panels.html | ||
progress-bars.html | ||
responsive-embed.html | ||
thumbnails.html | ||
wells.html |