| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-11-14 | Redundant role="form" on <form>s | Patrick H. Lauke | 2 | -2/+2 | |
| 2014-11-12 | Fixed a typo in Sign-in page example | gitaeks | 1 | -1/+1 | |
| Fixed a typo in Sign-in page example http://getbootstrap.com/examples/signin/ | |||||
| 2014-11-12 | Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks | Heinrich Fenkart | 7 | -10/+10 | |
| Wash-up of some stray dropdown examples | |||||
| 2014-11-11 | Wash-up of some stray dropdown examples | Patrick H. Lauke | 7 | -10/+10 | |
| 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-11-11 | aria-hidden added to some stray glyphicons | Patrick H. Lauke | 2 | -4/+4 | |
| plus minor tweak to customizer's generated alerts | |||||
| 2014-11-11 | Assorted accessibility (and some consistency) fixes for documentation | Patrick H. Lauke | 8 | -27/+35 | |
| Closes #14951 by merging it. | |||||
| 2014-10-30 | Examples: Make use of the `footer` tag instead of a `div`. | XhmikosR | 5 | -10/+10 | |
| 2014-10-28 | Safari v8.0 still suffers from Justified Nav rendering bug | Chris Rebert | 1 | -1/+1 | |
| 2014-10-28 | add missing hrefs to <a>s in docs+examples | Chris Rebert | 1 | -1/+1 | |
| 2014-10-26 | Removed unnecessary new lines that were inconsistent with current style. | Baraa | 5 | -19/+0 | |
| 2014-10-24 | Merge pull request #14857 from twbs/fix-14856 | Mark Otto | 1 | -8/+8 | |
| Fix #14856 | |||||
| 2014-10-23 | Fix a small typo in comment. | XhmikosR | 19 | -19/+19 | |
| [ci skip] | |||||
| 2014-10-22 | Fix #14856 | Chris Rebert | 1 | -8/+8 | |
| [skip sauce] | |||||
| 2014-09-26 | Add type to buttons in tooltip-viewport example | Heinrich Fenkart | 1 | -8/+8 | |
| 2014-09-21 | the justified nav bug is still present in Safari v7.1 | Chris Rebert | 1 | -1/+1 | |
| 2014-09-16 | Merge pull request #14577 from twbs/pagination-role-nav | Chris Rebert | 1 | -4/+6 | |
| Wrap .pagination & .pager in <nav> to improve accessibility | |||||
| 2014-09-08 | Wrap .pagination & .pager in <nav> to improve accessibility | Chris Rebert | 1 | -4/+6 | |
| 2014-09-09 | ARIA support for collapse | Patrick H. Lauke | 11 | -22/+22 | |
| 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-04 | Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6 | thr3-arendt | 1 | -6/+6 | |
| Fixes #14500 | |||||
| 2014-08-15 | consistently use <nav> instead of <div> for .navbar in docs | Chris Rebert | 11 | -26/+26 | |
| 2014-07-27 | Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to ↵ | Chris Rebert | 19 | -72/+42 | |
| footer of pages | |||||
| 2014-07-22 | Run `grunt`. | XhmikosR | 1 | -1/+0 | |
| 2014-07-10 | Fix text on ".progress-bar .sr-only" elements. | vsn4ik | 1 | -1/+1 | |
| 2014-07-08 | add role="presentation" to tab <li>s to improve accessibility | Chris Rebert | 2 | -12/+12 | |
| 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-07 | Merge pull request #14072 from twbs/carousel-gloss-buttons | Chris Rebert | 2 | -2/+10 | |
| Add screenreader text to prev/next carousel buttons in examples to improve accessibility | |||||
| 2014-07-07 | Add screenreader text to prev/next carousel buttons in examples to improve ↵ | Chris Rebert | 2 | -2/+10 | |
| accessibility Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-07 | add role="listbox" to .carousel-inner to improve accessibility of Carousels | Chris Rebert | 2 | -2/+2 | |
| Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce] | |||||
| 2014-07-07 | Add role="tablist" to .nav-pills in examples to improve accessibility | Chris Rebert | 2 | -3/+3 | |
| 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-07-02 | Add collapsed default class to navbar-toggle | Michael Silber | 11 | -13/+13 | |
| 2014-06-30 | fix #13964 | Chris Rebert | 1 | -3/+5 | |
| 2014-06-23 | Update cover.css | Jim Frode Hoff | 1 | -2/+2 | |
| Moved the inset box-shadow to .site-wrapper in order to keep the shadow at the edges even if content exceeds viewport and needs scrolling. | |||||
| 2014-06-19 | formatting | Mark Otto | 1 | -5/+0 | |
| 2014-06-19 | fixes #13881: restore existing striped progress bar behavior with theme styles | Mark Otto | 1 | -0/+8 | |
| 2014-06-19 | Nuke equal height columns example; got a few bugs that make it not ready for ↵ | Mark Otto | 2 | -165/+0 | |
| prime time in v3.2 | |||||
| 2014-06-09 | Move apple-touch-icon-precomposed.png and favicon.ico in docs root. | XhmikosR | 18 | -18/+18 | |
| This way, it works in all browsers. | |||||
| 2014-06-08 | fix nested containers (addresses some of #13682) | Mark Otto | 2 | -13/+8 | |
| 2014-06-08 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-06-08 | fixes #13210: clean up tooltip example | Mark Otto | 2 | -19/+15 | |
| 2014-05-28 | add missing role="menu" attrs to .dropdown-menu elements in docs+examples | Chris Rebert | 7 | -9/+9 | |
| Docs audit prompted by #13697. [skip sauce] | |||||
| 2014-05-22 | Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91. | XhmikosR | 20 | -20/+20 | |
| The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job. | |||||
| 2014-05-13 | Update jQuery to v1.11.1. | XhmikosR | 14 | -14/+14 | |
| 2014-05-12 | nuke the rtl example | Mark Otto | 2 | -662/+0 | |
| 2014-05-10 | Update html5shiv to 3.7.2. | XhmikosR | 21 | -21/+21 | |
| 2014-05-09 | Merge pull request #13558 from twbs/nav-tabs-role-tablist | Chris Rebert | 2 | -2/+2 | |
| add some ARIA roles to tabs for improved accessibility | |||||
| 2014-05-09 | add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵ | Chris Rebert | 3 | -6/+6 | |
| accessibility Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-05-09 | add role="tablist" to .nav-tabs in examples to improve accessibility | Chris Rebert | 2 | -2/+2 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin | |||||
| 2014-04-27 | add ie-emulation-modes-warning.js to docs & examples | Chris Rebert | 21 | -21/+42 | |
| 2014-04-24 | Merge pull request #13390 from twbs/ie10-viewport-bug | Mark Otto | 21 | -0/+63 | |
| add IE10 viewport bug workaround to examples | |||||
| 2014-04-23 | Add missing word. | Quy Ton | 1 | -1/+1 | |
| 2014-04-21 | Use the new respond.js URL. | XhmikosR | 21 | -21/+21 | |
