aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/input-groups.html
AgeCommit message (Collapse)AuthorFilesLines
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke1-12/+12
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-6/+6
http://www.w3.org/TR/wai-aria/roles#separator
2014-12-08Make main segmented button keyboard-focusablePatrick H. Lauke1-2/+2
unless there's a reason why ``tabindex="-1"`` was dropped in there...
2014-12-08Callout for labelling of input groupsPatrick H. Lauke1-43/+47
plus a few suggested approaches (in some cases, elided, as the actual content of the label - being a generic example - is not important)
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-6/+6
Refs #11410
2014-11-14Redundant role="form" on <form>sPatrick H. Lauke1-4/+4
2014-11-13give all docs callouts IDsChris Rebert1-3/+3
[skip sauce]
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-6/+6
Closes #14951 by merging it.
2014-08-28Document that input groups weren't intended for use with <textarea>sChris Rebert1-2/+3
Refs #14362
2014-05-28fix #13697Chris Rebert1-2/+2
[skip sauce]
2014-03-16Break up docs into includesMark Otto1-0/+311