aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/navs.html
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04update links, new version to v3.4.0, add new baseurl for easy v3.4 buildingMark Otto1-3/+3
2016-07-21Docs: Update Safari versions affected by #9774Chris Rebert1-1/+1
Still affects v9.1.2, but current Safari Technology Preview is no longer affected. Refs #20342 [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-2/+2
http://www.w3.org/TR/wai-aria/roles#separator
2015-01-21Move inline CSS to docs.css.XhmikosR1-1/+1
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-7/+7
Refs #11410
2014-11-13give all docs callouts IDsChris Rebert1-4/+4
[skip sauce]
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke1-24/+31
Closes #14951 by merging it.
2014-10-28Safari v8.0 still suffers from Justified Nav rendering bugChris Rebert1-1/+1
2014-09-23Also mention the "no justified navbars" limitation in the Nav docsChris Rebert1-0/+1
Refs #14598 [skip sauce]
2014-09-21the justified nav bug is still present in Safari v7.1Chris Rebert1-1/+1
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert1-33/+33
Refs #13554. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert1-10/+10
Follow-up to e9374c0609c9e63fd6033f684b18ff105e1756ae Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2 Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk [skip sauce]
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-05-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert1-6/+6
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-03-16Break up docs into includesMark Otto1-0/+181