- 09 Jul, 2015 1 commit
-
-
Patrick H. Lauke authored
Also, include visible <label> as a suggestion in the accessibility callout.
-
- 02 Jun, 2015 1 commit
-
-
Patrick H. Lauke authored
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)
-
- 29 May, 2015 1 commit
-
-
- 08 Dec, 2014 2 commits
-
-
Patrick H. Lauke authored
unless there's a reason why ``tabindex="-1"`` was dropped in there...
-
Patrick H. Lauke authored
plus a few suggested approaches (in some cases, elided, as the actual content of the label - being a generic example - is not important)
-
- 25 Nov, 2014 1 commit
-
-
Chris Rebert authored
Refs #11410
-
- 14 Nov, 2014 1 commit
-
-
Patrick H. Lauke authored
-
- 13 Nov, 2014 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 11 Nov, 2014 1 commit
-
-
Patrick H. Lauke authored
Closes #14951 by merging it.
-
- 29 Aug, 2014 1 commit
-
-
Chris Rebert authored
Refs #14362
-
- 28 May, 2014 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 17 Mar, 2014 1 commit
-
-
Mark Otto authored
-