| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-04 | update links, new version to v3.4.0, add new baseurl for easy v3.4 building | Mark Otto | 1 | -1/+1 | |
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 1 | -14/+14 | |
| 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-29 | ensure divider list items have role="separator" | Patrick H. Lauke | 1 | -1/+1 | |
| http://www.w3.org/TR/wai-aria/roles#separator | |||||
| 2015-02-23 | docs>components>button-groups headings | Steven Black | 1 | -6/+6 | |
| Normalized the heading hierarchy in the documentation for the Button groups component. | |||||
| 2014-12-08 | Add missing to | Bas Bosman | 1 | -1/+1 | |
| 2014-12-07 | fixes #15311: mention in docs requirement for .btn-group-* sizing on ↵ | Mark Otto | 1 | -1/+1 | |
| immediate .btn-group | |||||
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 1 | -7/+7 | |
| Refs #11410 | |||||
| 2014-11-13 | give all docs callouts IDs | Chris Rebert | 1 | -7/+7 | |
| [skip sauce] | |||||
| 2014-11-11 | Assorted accessibility (and some consistency) fixes for documentation | Patrick H. Lauke | 1 | -68/+75 | |
| Closes #14951 by merging it. | |||||
| 2014-10-28 | add missing href="#" to .btn-group-justified example | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2014-06-10 | button-groups.html: fix grammar: "in on" => "on" | Chris Rebert | 1 | -1/+1 | |
| 2014-05-28 | add missing role="menu" attrs to .dropdown-menu elements in docs+examples | Chris Rebert | 1 | -1/+1 | |
| Docs audit prompted by #13697. [skip sauce] | |||||
| 2014-03-16 | Break up docs into includes | Mark Otto | 1 | -0/+261 | |
