aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14Redundant role="form" on <form>sPatrick H. Lauke2-2/+2
2014-11-12Fixed a typo in Sign-in page examplegitaeks1-1/+1
Fixed a typo in Sign-in page example http://getbootstrap.com/examples/signin/
2014-11-12Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaksHeinrich Fenkart7-10/+10
Wash-up of some stray dropdown examples
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke7-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-11aria-hidden added to some stray glyphiconsPatrick H. Lauke2-4/+4
plus minor tweak to customizer's generated alerts
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke8-27/+35
Closes #14951 by merging it.
2014-10-30Examples: Make use of the `footer` tag instead of a `div`.XhmikosR5-10/+10
2014-10-28Safari v8.0 still suffers from Justified Nav rendering bugChris Rebert1-1/+1
2014-10-28add missing hrefs to <a>s in docs+examplesChris Rebert1-1/+1
2014-10-26Removed unnecessary new lines that were inconsistent with current style.Baraa5-19/+0
2014-10-24Merge pull request #14857 from twbs/fix-14856Mark Otto1-8/+8
Fix #14856
2014-10-23Fix a small typo in comment.XhmikosR19-19/+19
[ci skip]
2014-10-22Fix #14856Chris Rebert1-8/+8
[skip sauce]
2014-09-26Add type to buttons in tooltip-viewport exampleHeinrich Fenkart1-8/+8
2014-09-21the justified nav bug is still present in Safari v7.1Chris Rebert1-1/+1
2014-09-16Merge pull request #14577 from twbs/pagination-role-navChris Rebert1-4/+6
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-08Wrap .pagination & .pager in <nav> to improve accessibilityChris Rebert1-4/+6
2014-09-09ARIA support for collapsePatrick H. Lauke11-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-04Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6thr3-arendt1-6/+6
Fixes #14500
2014-08-15consistently use <nav> instead of <div> for .navbar in docsChris Rebert11-26/+26
2014-07-27Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to ↵Chris Rebert19-72/+42
footer of pages
2014-07-22Run `grunt`.XhmikosR1-1/+0
2014-07-10Fix text on ".progress-bar .sr-only" elements.vsn4ik1-1/+1
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert2-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-07Merge pull request #14072 from twbs/carousel-gloss-buttonsChris Rebert2-2/+10
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
2014-07-07Add screenreader text to prev/next carousel buttons in examples to improve ↵Chris Rebert2-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-07add role="listbox" to .carousel-inner to improve accessibility of CarouselsChris Rebert2-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-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert2-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-02Add collapsed default class to navbar-toggleMichael Silber11-13/+13
2014-06-30fix #13964Chris Rebert1-3/+5
2014-06-23Update cover.cssJim Frode Hoff1-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-19formattingMark Otto1-5/+0
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto1-0/+8
2014-06-19Nuke equal height columns example; got a few bugs that make it not ready for ↵Mark Otto2-165/+0
prime time in v3.2
2014-06-09Move apple-touch-icon-precomposed.png and favicon.ico in docs root.XhmikosR18-18/+18
This way, it works in all browsers.
2014-06-08fix nested containers (addresses some of #13682)Mark Otto2-13/+8
2014-06-08gruntMark Otto1-1/+1
2014-06-08fixes #13210: clean up tooltip exampleMark Otto2-19/+15
2014-05-28add missing role="menu" attrs to .dropdown-menu elements in docs+examplesChris Rebert7-9/+9
Docs audit prompted by #13697. [skip sauce]
2014-05-22Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91.XhmikosR20-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-13Update jQuery to v1.11.1.XhmikosR14-14/+14
2014-05-12nuke the rtl exampleMark Otto2-662/+0
2014-05-10Update html5shiv to 3.7.2.XhmikosR21-21/+21
2014-05-09Merge pull request #13558 from twbs/nav-tabs-role-tablistChris Rebert2-2/+2
add some ARIA roles to tabs for improved accessibility
2014-05-09add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵Chris Rebert3-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-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert2-2/+2
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-04-27add ie-emulation-modes-warning.js to docs & examplesChris Rebert21-21/+42
2014-04-24Merge pull request #13390 from twbs/ie10-viewport-bugMark Otto21-0/+63
add IE10 viewport bug workaround to examples
2014-04-23Add missing word.Quy Ton1-1/+1
2014-04-21Use the new respond.js URL.XhmikosR21-21/+21