| 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 | -4/+4 | |
| 2016-07-12 | Losslessly compress docs images. | XhmikosR | 1 | -1/+1 | |
| Used zopfli 1.0.1, with `zopflipng -m --lossy_transparent -y --iterations=1000` Before: 23,7 KB (24.352 bytes) After: 23,5 KB (24.079 bytes) | |||||
| 2016-03-10 | Fix HTML validation errors. | XhmikosR | 1 | -3/+3 | |
| [skip sauce] | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 1 | -8/+8 | |
| 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 | -6/+6 | |
| http://www.w3.org/TR/wai-aria/roles#separator | |||||
| 2015-03-24 | Add aria-expanded to navbar toggles | Patrick H. Lauke | 1 | -10/+10 | |
| 2014-12-07 | Expand advice about adding labels | Patrick H. Lauke | 1 | -1/+1 | |
| Harmonizing this with same advice given for CSS inline forms | |||||
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 1 | -10/+10 | |
| Refs #11410 | |||||
| 2014-11-14 | Redundant role="navigation" on <nav>s | Patrick H. Lauke | 1 | -17/+17 | |
| plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109 | |||||
| 2014-11-13 | give all docs callouts IDs | Chris Rebert | 1 | -9/+9 | |
| [skip sauce] | |||||
| 2014-11-13 | Use a 40x40 image for the `navbar` brand image example. | XhmikosR | 1 | -1/+1 | |
| Saves 3.4KB. | |||||
| 2014-11-11 | navbar callouts cleanup | Chris Rebert | 1 | -11/+6 | |
| Move all callouts to be adjacent to each other Combine JS-related callouts into a single callout | |||||
| 2014-11-11 | Wash-up of some stray dropdown examples | Patrick H. Lauke | 1 | -4/+4 | |
| adding explicit aria-expanded="false" initial state (so they're correctly announced by AT as being collapsed), and - in the case of old-school use of <a> - role="button" | |||||
| 2014-11-11 | Assorted accessibility (and some consistency) fixes for documentation | Patrick H. Lauke | 1 | -2/+2 | |
| Closes #14951 by merging it. | |||||
| 2014-09-23 | Add brief note about justified navs being unsupported to fix #14598 | Mark Otto | 1 | -0/+1 | |
| 2014-07-07 | docs HTML5 validity fixup to 8e2348e9eda51296eb680192379ab37f10355ca3 | Chris Rebert | 1 | -1/+1 | |
| 2014-07-07 | grammar fix; indicate that img[src] shouldn't actually be empty | Chris Rebert | 1 | -2/+2 | |
| 2014-07-06 | Fixes #13746: Add docs section for brand image | Mark Otto | 1 | -0/+26 | |
| 2014-07-02 | Add collapsed default class to navbar-toggle | Michael Silber | 1 | -10/+10 | |
| 2014-05-28 | add missing role="menu" attrs to .dropdown-menu elements in docs+examples | Chris Rebert | 1 | -2/+2 | |
| Docs audit prompted by #13697. [skip sauce] | |||||
| 2014-04-07 | Fixes #13208: Drop <b> for <span> in code snippets and examples | Mark Otto | 1 | -4/+4 | |
| 2014-04-03 | doc how to change the collapsed mobile navbar breakpoint; fixes #13126 | Chris Rebert | 1 | -0/+4 | |
| 2014-03-16 | Break up docs into includes | Mark Otto | 1 | -0/+435 | |
