aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/button-dropdowns.html
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04update links, new version to v3.4.0, add new baseurl for easy v3.4 buildingMark Otto1-1/+1
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke1-46/+46
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-05-29ensure divider list items have role="separator"Patrick H. Lauke1-19/+19
http://www.w3.org/TR/wai-aria/roles#separator
2015-02-23Normalized the heading hierarchy in the documentation for the Button ↵Steven Black1-4/+4
dropdowns component.
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-4/+4
Refs #11410
2014-11-13give all docs callouts IDsChris Rebert1-1/+1
[skip sauce]
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-23/+23
Closes #14951 by merging it.
2014-05-28add missing role="menu" attrs to .dropdown-menu elements in docs+examplesChris Rebert1-4/+4
Docs audit prompted by #13697. [skip sauce]
2014-03-16Break up docs into includesMark Otto1-0/+321