aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/navbar.html
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04update links, new version to v3.4.0, add new baseurl for easy v3.4 buildingMark Otto1-4/+4
2016-07-12Losslessly compress docs images.XhmikosR1-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-10Fix HTML validation errors.XhmikosR1-3/+3
[skip sauce]
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke1-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-29ensure divider list items have role="separator"Patrick H. Lauke1-6/+6
http://www.w3.org/TR/wai-aria/roles#separator
2015-03-24Add aria-expanded to navbar togglesPatrick H. Lauke1-10/+10
2014-12-07Expand advice about adding labelsPatrick H. Lauke1-1/+1
Harmonizing this with same advice given for CSS inline forms
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-10/+10
Refs #11410
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke1-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-13give all docs callouts IDsChris Rebert1-9/+9
[skip sauce]
2014-11-13Use a 40x40 image for the `navbar` brand image example.XhmikosR1-1/+1
Saves 3.4KB.
2014-11-11navbar callouts cleanupChris Rebert1-11/+6
Move all callouts to be adjacent to each other Combine JS-related callouts into a single callout
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke1-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-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-2/+2
Closes #14951 by merging it.
2014-09-23Add brief note about justified navs being unsupported to fix #14598Mark Otto1-0/+1
2014-07-07docs HTML5 validity fixup to 8e2348e9eda51296eb680192379ab37f10355ca3Chris Rebert1-1/+1
2014-07-07grammar fix; indicate that img[src] shouldn't actually be emptyChris Rebert1-2/+2
2014-07-06Fixes #13746: Add docs section for brand imageMark Otto1-0/+26
2014-07-02Add collapsed default class to navbar-toggleMichael Silber1-10/+10
2014-05-28add missing role="menu" attrs to .dropdown-menu elements in docs+examplesChris Rebert1-2/+2
Docs audit prompted by #13697. [skip sauce]
2014-04-07Fixes #13208: Drop <b> for <span> in code snippets and examplesMark Otto1-4/+4
2014-04-03doc how to change the collapsed mobile navbar breakpoint; fixes #13126Chris Rebert1-0/+4
2014-03-16Break up docs into includesMark Otto1-0/+435