aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/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-09-05Separated link not actually separatedpsychobunny1-0/+2
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke1-49/+49
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-2/+2
http://www.w3.org/TR/wai-aria/roles#separator
2015-04-25DOCS: Separation of .dropdown and .dropup.vsn4ik1-13/+19
2015-02-23Docs>Components>Dropdowns headingsSteven Black1-5/+5
Normalized the heading hierarchy in the documentation for the Dropdowns component.
2015-02-19Dropdown docs: Tweak .dropup copyChris Rebert1-1/+1
2015-02-10Remove separate area for dropup'sKevin Kirsche1-19/+12
Condense the dropup example
2015-01-28Update per @vsn4ik's requestsKevin Kirsche1-3/+2
data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists. Remove whitespace after h3. Variation not need capitalize.
2015-01-27Complete @vsn4ik's requestsKevin Kirsche1-2/+1
* Remove `<h3>Example</h3>;` * Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value;
2015-01-23Fix issue #15597 — Mention dropup variation in dropdown docsKevin Kirsche1-6/+38
Fix issue #15597 — Mention dropup variation in dropdown docs Other pull request was so messed up I sincerely have no clue how to save it. The recommended command doesn't work, can't believe rebasing is so problematic...
2015-01-21Merge pull request #15299 from SpectrumPixel/patch-2Mark Otto1-1/+0
Remove "Separated link" in example where it's not
2014-12-04Remove "Separated link" in example where it's notTJ1-1/+0
Removed "Separated link" in example where it's not separated. This may confuse people to think that it is separated. I don't want to sound nitpick, but I've been working with a client maintaining a custom internal Bootstrap installation with customized docs, so I've been getting a lot of feedback from client developers using the docs.
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-1/+1
Refs #11410
2014-11-13give all docs callouts IDsChris Rebert1-2/+2
[skip sauce]
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-5/+5
Closes #14951 by merging it.
2014-10-25fix validationMark Otto1-3/+3
2014-10-25Fixes #14791: document dropdown dividersMark Otto1-4/+24
2014-06-09fixes #13769Mark Otto1-4/+4
2014-05-01Remove sr-only from components/dropdown entirelyPatrick H. Lauke1-5/+5
possibly less confusing option, as per discussion, is to always show the dropdown trigger button (both live and in that code example)
2014-04-29Remove sr-only from components/dropdowns examplePatrick H. Lauke1-3/+3
Assuming sr-only is used in the actual live code so that the menu can be shown open already ... but having sr-only in the highlighted example code itself is confusing/misleading. Also, change the text for the button from "Dropdown" to "Dropdown trigger" for clarity (and it then matches http://getbootstrap.com/javascript/#dropdowns)
2014-03-16Break up docs into includesMark Otto1-0/+106