| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-02 | Merge pull request #16571 from patrickhlauke/generalize-dropdowns | Patrick H. Lauke | 1 | -5/+5 | |
| generalize dropdowns / drop role="menu" | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 1 | -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-30 | Merge pull request #16484 from kkirsche/patch-13 | Mark Otto | 1 | -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 padding | Kevin Kirsche | 1 | -1/+1 | |
| [Close #16441] ScrollSpy requires non-body elements to have height and padding | |||||
| 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-03-03 | Javascript docs: Accessibility and cosmetic changes to headings. | Steven Black | 1 | -1/+1 | |
| Closes #15915 by merging it. | |||||
| 2015-02-24 | [Docs—Fixes #15882]Use an ID as the example for Scrollspy | Kevin Kirsche | 1 | -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-21 | Move inline CSS to docs.css. | XhmikosR | 1 | -5/+5 | |
| 2014-11-24 | Give all embedded live docs examples data-example-id attrs | Chris Rebert | 1 | -1/+1 | |
| Refs #11410 | |||||
| 2014-11-20 | Merge pull request #15111 from twbs/events-tables-wrapping | Chris Rebert | 1 | -1/+1 | |
| Don't line wrap event names in JS plugin docs | |||||
| 2014-11-14 | Redundant role="navigation" on <nav>s | Patrick H. Lauke | 1 | -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-13 | give all docs callouts IDs | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] | |||||
| 2014-11-12 | Don't line wrap event names in JS plugin docs | Chris Rebert | 1 | -1/+1 | |
| 2014-11-11 | JS docs: add Options, Methods, Events subsections to nav sidebar | Chris Rebert | 1 | -3/+3 | |
| 2014-11-11 | move scrollspy callouts so they're all adjacent to each other | Chris Rebert | 1 | -8/+8 | |
| 2014-11-11 | Wash-up of some stray dropdown examples | Patrick H. Lauke | 1 | -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-23 | linkify reference to Nav component in Scrollspy docs | Chris Rebert | 1 | -1/+1 | |
| 2014-09-22 | fixes #14654: callout for scrollspy-nav link | Mark Otto | 1 | -0/+5 | |
| 2014-07-02 | Add collapsed default class to navbar-toggle | Michael Silber | 1 | -1/+1 | |
| 2014-05-09 | add role="tablist" to .nav-tabs in examples to improve accessibility | Chris Rebert | 1 | -1/+1 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-04-21 | document that non-:visible scrollspy targets are ignored; fixes #13394 | Chris Rebert | 1 | -0/+4 | |
| 2014-04-07 | Fixes #13208: Drop <b> for <span> in code snippets and examples | Mark Otto | 1 | -1/+1 | |
| 2014-03-16 | Break up docs into includes | Mark Otto | 1 | -0/+142 | |
