| 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 | -2/+2 | |
| 2016-07-13 | Lint Docs HTML Files | Tom Lutzenberger | 1 | -4/+4 | |
| 2015-09-28 | Docs - clarify purpose of CSS class .in to .fade | Tommy Kelly | 1 | -1/+1 | |
| 2015-07-01 | Document that Tab show method is async | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-06-02 | generalize dropdowns / drop role="menu" | Patrick H. Lauke | 1 | -3/+3 | |
| 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-06 | Closes #16249: Doc that nested tabs are not supported | Julian Thilo | 1 | -1/+1 | |
| 2015-03-27 | Remove wrong role="tabpanel" from parent container | Patrick H. Lauke | 1 | -2/+2 | |
| As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2 and #13554 | |||||
| 2015-03-25 | Properly document $(...).tab('show') method; fixes #16115 | Chris Rebert | 1 | -21/+4 | |
| [skip sauce] | |||||
| 2015-03-25 | docs: #myTab => #myTabs, to slightly increase clarity | Chris Rebert | 1 | -8/+8 | |
| 2015-03-03 | Javascript docs: Accessibility and cosmetic changes to headings. | Steven Black | 1 | -1/+1 | |
| Closes #15915 by merging it. | |||||
| 2015-01-21 | Move inline CSS to docs.css. | XhmikosR | 1 | -1/+1 | |
| 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-13 | give all docs callouts IDs | Chris Rebert | 1 | -1/+1 | |
| [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 | -2/+2 | |
| 2014-11-11 | Assorted accessibility (and some consistency) fixes for documentation | Patrick H. Lauke | 1 | -18/+22 | |
| Closes #14951 by merging it. | |||||
| 2014-10-26 | Tabs plugin accessibility | Cameron Little | 1 | -10/+10 | |
| Added support for `aria-expanded` toggling via JavaScript. Added `aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs. Added `aria-expanded` unit test for the tabs plugin. See also #13554. Closes #14154 by merging it. | |||||
| 2014-10-22 | Clarify order of tabs events; fixes #14853 | Chris Rebert | 1 | -4/+12 | |
| [skip sauce] | |||||
| 2014-10-22 | Implement `hide` and `hidden` events for tabs | Phil Hughes | 1 | -0/+8 | |
| Closes #14772. | |||||
| 2014-07-08 | Merge pull request #14085 from twbs/tab-lis-role-preso | Chris Rebert | 1 | -11/+11 | |
| add role="presentation" to tab <li>s to improve accessibility | |||||
| 2014-07-08 | Add role="tabpanel" to .tab-pane <div>s to improve accessibility | Chris Rebert | 1 | -16/+16 | |
| 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-08 | add role="presentation" to tab <li>s to improve accessibility | Chris Rebert | 1 | -11/+11 | |
| 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-05-09 | add role="tab" to .nav-tabs [data-toggle="tab"] | Chris Rebert | 1 | -12/+12 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-09 | add role="tablist" to .nav-tabs in examples to improve accessibility | Chris Rebert | 1 | -3/+3 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 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/+144 | |
