| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-10-22 | Add `aria-pressed` to single toggle buttons | Patrick H. Lauke | 1 | -2/+6 | |
| also includes tiny fix/clarification to two existing unit tests for the .active class, adding data-toggle=“button” explicitly to the tested buttons Closes #14819. | |||||
| 2014-10-22 | Merge pull request #14841 from twbs/role-button | Chris Rebert | 1 | -2/+2 | |
| add role="button" to a couple more dummy-anchor btns | |||||
| 2014-10-22 | Replace the unicode ellipsis symbol with 3 dots. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2014-10-22 | grunt | Heinrich Fenkart | 1 | -3/+3 | |
| 2014-10-20 | add role="button" to a couple more dummy-anchor btns | Chris Rebert | 1 | -2/+2 | |
| 2014-10-14 | clarify that "build & test everything" Grunt task requires Jekyll | Chris Rebert | 1 | -1/+1 | |
| Refs #13131. | |||||
| 2014-10-07 | Change Twitter links to use `https`. | XhmikosR | 4 | -27/+27 | |
| 2014-10-02 | Merge pull request #14590 from twbs/carousel-keyboard-option | Jacob | 1 | -0/+6 | |
| Add `keyboard` option to carousel | |||||
| 2014-10-02 | Fixes #14251: Don't use hidden screen reader content in docs table so that ↵ | Mark Otto | 1 | -15/+15 | |
| Safari doesn't screw up overflow: hidden; content | |||||
| 2014-10-02 | more grunt | Mark Otto | 1 | -1/+1 | |
| 2014-10-02 | Fixes #14711: Account for list groups in collapsing panels | Mark Otto | 1 | -0/+22 | |
| 2014-10-03 | Add `keyboard` option to carousel | Heinrich Fenkart | 1 | -0/+6 | |
| Also adds unit tests for keyboard events. Fixes #14468. | |||||
| 2014-10-02 | fixes #14714: don't use specific value in buttons docs | Mark Otto | 1 | -1/+1 | |
| 2014-10-02 | Fix #12563: Reiterate that empty tooltips+popovers do not get displayed | David Nguyen | 2 | -2/+2 | |
| 2014-09-30 | Added default collapsed class to the collapsed accordion html code example ↵ | Nicole Bartelt | 1 | -2/+2 | |
| in the docs | |||||
| 2014-09-30 | Added default collapsed class to the collapsed accordion examples in the docs | Nicole Bartelt | 1 | -2/+2 | |
| 2014-09-26 | Fixes #14687: Include video element in responsive embed | Mark Otto | 2 | -2/+2 | |
| 2014-09-25 | rm redundant grid column classes from responsive utilities demos | Chris Rebert | 1 | -12/+12 | |
| 2014-09-24 | fix typo in Tools section of Getting Started docs | Chris Rebert | 1 | -1/+1 | |
| 2014-09-23 | Merge pull request #14677 from twbs/bootlint-docs | Mark Otto | 2 | -0/+12 | |
| Mention Bootlint in Getting Started docs under new Tools section | |||||
| 2014-09-23 | Merge pull request #14674 from twbs/fix-14478 | Mark Otto | 1 | -2/+4 | |
| Document that the autofocus attribute doesn't work in modals. | |||||
| 2014-09-23 | Mention Bootlint in Getting Started docs under new Tools section | Chris Rebert | 2 | -0/+12 | |
| [skip sauce] | |||||
| 2014-09-23 | Also mention the "no justified navbars" limitation in the Nav docs | Chris Rebert | 1 | -0/+1 | |
| Refs #14598 [skip sauce] | |||||
| 2014-09-23 | linkify reference to Nav component in Scrollspy docs | Chris Rebert | 1 | -1/+1 | |
| 2014-09-23 | Document that the autofocus attribute doesn't work in modals. | Chris Rebert | 1 | -2/+4 | |
| Closes #14478. | |||||
| 2014-09-23 | Add brief note about justified navs being unsupported to fix #14598 | Mark Otto | 1 | -0/+1 | |
| 2014-09-22 | fixes #14654: callout for scrollspy-nav link | Mark Otto | 1 | -0/+5 | |
| 2014-09-22 | Safari percentages were fixed in v7.1 & iOS 8.0; fixes #14663 | Chris Rebert | 1 | -1/+1 | |
| 2014-09-21 | the justified nav bug is still present in Safari v7.1 | Chris Rebert | 1 | -1/+1 | |
| 2014-09-18 | grunt | Mark Otto | 1 | -0/+5 | |
| 2014-09-18 | Fixes #14642: Add docs mention for blank checkboxes and radios | Mark Otto | 1 | -0/+29 | |
| 2014-09-17 | tweak `grunt docs` description | Chris Rebert | 1 | -2/+2 | |
| 2014-09-17 | Fixes #14628, #14629: Add note to docs about grunt docs command | Mark Otto | 1 | -0/+3 | |
| 2014-09-16 | Merge pull request #14577 from twbs/pagination-role-nav | Chris Rebert | 1 | -70/+92 | |
| Wrap .pagination & .pager in <nav> to improve accessibility | |||||
| 2014-09-15 | modal docs: ensure all <button>s have an explicit `type` attribute | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2014-09-13 | Update github links in footer. | vsn4ik | 1 | -2/+2 | |
| 2014-09-12 | add aria-labelledby to accordion example to improve accessibility | Chris Rebert | 1 | -12/+12 | |
| 2014-09-12 | Merge pull request #14579 from twbs/accordion-heading-role-tab | Chris Rebert | 1 | -6/+6 | |
| add role="tab" to .panel-heading-s in accordion example to improve accessibility | |||||
| 2014-09-08 | add role="tab" to .panel-heading-s in accordion example to improve accessibility | Chris Rebert | 1 | -6/+6 | |
| 2014-09-08 | Wrap .pagination & .pager in <nav> to improve accessibility | Chris Rebert | 1 | -70/+92 | |
| 2014-09-09 | ARIA support for collapse | Patrick H. Lauke | 1 | -9/+14 | |
| Added handling of aria-expanded=true/false to collapse.js, updated documentation to include advice on making expand/collapse controls accessible, updated examples and javascript documentation to use aria-expanded and aria-controls (when targetting single collapsible element, using ID rather than class selector) Closes #14147. Closes #14153. | |||||
| 2014-09-08 | grunt | Mark Otto | 1 | -1/+11 | |
| 2014-09-06 | Merge pull request #14546 from twbs/address-14541 | Mark Otto | 1 | -28/+12 | |
| Address #14541 by tweaking badge docs | |||||
| 2014-09-06 | Merge pull request #14543 from twbs/validation-docs | Mark Otto | 2 | -0/+6 | |
| Add section to docs explaining our stance on validators | |||||
| 2014-09-05 | Address #14541 by tweaking badge docs | Chris Rebert | 1 | -28/+12 | |
| * move unrelated .btn-primary example out of the pills subsection * remove excessive .nav-stacked example | |||||
| 2014-09-05 | Add section to docs explaining our stance on validators | Chris Rebert | 2 | -0/+6 | |
| 2014-09-04 | Fixed typos involving apostrophes | gitname | 1 | -3/+3 | |
| Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something). | |||||
| 2014-09-03 | Merge pull request #14527 from twbs/firefox-disabled-bug | Chris Rebert | 1 | -1/+1 | |
| Add Wall of Browser bugs entry for #793 | |||||
| 2014-09-03 | Add Wall of Browser bugs entry for #793 | Chris Rebert | 1 | -1/+1 | |
| Also, link to the Mozilla bug in the relevant callout. | |||||
| 2014-09-02 | document that fieldset[disabled] is somewhat broken in IE11; fixes #14509 | Chris Rebert | 1 | -1/+1 | |
