aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/scrollspy.html
AgeCommit message (Collapse)AuthorFilesLines
2015-06-02Merge pull request #16571 from patrickhlauke/generalize-dropdownsPatrick H. Lauke1-5/+5
generalize dropdowns / drop role="menu"
2015-06-02generalize dropdowns / drop role="menu"Patrick H. Lauke1-5/+5
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-30Merge pull request #16484 from kkirsche/patch-13Mark Otto1-1/+1
ScrollSpy requires non-body elements to have height and overflow…
2015-05-30[Close #16441] ScrollSpy requires non-body elements to have height and paddingKevin Kirsche1-1/+1
[Close #16441] ScrollSpy requires non-body elements to have height and padding
2015-05-29ensure divider list items have role="separator"Patrick H. Lauke1-1/+1
http://www.w3.org/TR/wai-aria/roles#separator
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black1-1/+1
Closes #15915 by merging it.
2015-02-24[Docs—Fixes #15882]Use an ID as the example for ScrollspyKevin Kirsche1-3/+3
Fixes #15882 — Use an ID as the example for Scrollspy so that it is more clear that this is for use with a single nav.
2015-01-21Move inline CSS to docs.css.XhmikosR1-5/+5
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-1/+1
Refs #11410
2014-11-20Merge pull request #15111 from twbs/events-tables-wrappingChris Rebert1-1/+1
Don't line wrap event names in JS plugin docs
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke1-1/+1
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-3/+3
[skip sauce]
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert1-1/+1
2014-11-11JS docs: add Options, Methods, Events subsections to nav sidebarChris Rebert1-3/+3
2014-11-11move scrollspy callouts so they're all adjacent to each otherChris Rebert1-8/+8
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke1-1/+1
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-09-23linkify reference to Nav component in Scrollspy docsChris Rebert1-1/+1
2014-09-22fixes #14654: callout for scrollspy-nav linkMark Otto1-0/+5
2014-07-02Add collapsed default class to navbar-toggleMichael Silber1-1/+1
2014-05-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert1-1/+1
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-04-21document that non-:visible scrollspy targets are ignored; fixes #13394Chris Rebert1-0/+4
2014-04-07Fixes #13208: Drop <b> for <span> in code snippets and examplesMark Otto1-1/+1
2014-03-16Break up docs into includesMark Otto1-0/+142