aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-07-23Add Wall of Browser Bugs entry for IE bug from issue #14211Chris Rebert1-0/+6
[skip sauce]
2014-07-21Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into ↵fat1-8/+8
mckramer-dropdown-aria Conflicts: docs/_includes/js/dropdowns.html
2014-07-22Run `grunt`.XhmikosR1-1/+1
2014-07-22Update Filesaver.js to v2014-07-21.XhmikosR1-26/+19
2014-07-22Update Blob.js to the latest version.XhmikosR1-2/+2
2014-07-22Run `grunt`.XhmikosR5-6/+5
2014-07-21Document that form field feedback icons only work with `input.form-control`Chris Rebert1-0/+1
Closes #14202. [skip sauce]
2014-07-21grunt distChris Rebert2-15/+3
2014-07-15regenerate docs/assets/js/docs.min.jsChris Rebert1-1/+1
2014-07-15popover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindexChris Rebert2-14/+11
Fixes #14038. Research supporting this choice of approach: https://gist.github.com/cvrebert/68659d0333a578d75372 Why not <button>? Even with a `tabindex` attribute, they don't gain focus when clicked upon in: * Mac OS X Firefox 30.0 * Mac OS X Safari 7.0.5
2014-07-15Fix jsbin linkBas Bosman1-1/+1
2014-07-15Merge pull request #14143 from twbs/fix-14134Chris Rebert2-0/+4
add docs note about browsers with JS disabled
2014-07-15Another new js bin linkMark Otto1-1/+1
/cc @cvrebert @hnrch02
2014-07-14add docs note about browsers w/ JS disabled; fixes #14134Chris Rebert2-0/+4
[skip sauce]
2014-07-14fix #14114 mo' bettaChris Rebert1-1/+1
2014-07-14Fix inaccessible buttons.Daniel Nixon1-4/+4
2014-07-13typosMark Otto1-4/+4
2014-07-12Redundant thanks to bb1286a0ab073bce1d18f704d7ac0545ea76c6efChris Rebert1-1/+1
2014-07-12gruntMark Otto2-2/+2
2014-07-12Fixes #14074: Make open dropdown nav links in navbar use gradientsMark Otto3-2/+4
2014-07-12Fixes #14133Mark Otto1-0/+4
2014-07-12Fixes #14132: add .alert-dismissible to docs examplesMark Otto1-2/+2
2014-07-12Use bootstrapcdn linksMark Otto1-1/+1
2014-07-12New Android select exampleMark Otto1-1/+1
Fixes #14114
2014-07-12Fixes #14095: Add basic styling for captions, which we've for some reason ↵Mark Otto4-3/+9
been missing all this time.
2014-07-12gruntMark Otto5-4/+5
2014-07-12gruntMark Otto2-2/+2
2014-07-12Fixes #13974, #14123: Remove translate3d repaint performance enhancement for ↵Mark Otto3-4/+2
text rendering and position wonkiness
2014-07-12Fixes #14116: Use <button> elements over empty anchorsMark Otto1-10/+32
2014-07-12Fixes #14107: Lighten placeholder textMark Otto5-7/+7
2014-07-10Merge pull request #14113 from vsn4ik/add-attributes-for-dropdown-exampleChris Rebert1-2/+1
dropdowns.html: Add role="button" and id="..." to link in example.
2014-07-10dropdowns.html: Add role="button" and id="..." to link in example.vsn4ik1-2/+1
2014-07-10Fix text on ".progress-bar .sr-only" elements.vsn4ik2-2/+2
2014-07-10Run `grunt`.XhmikosR4-6/+6
2014-07-10Update uglify-js to v2.4.15.XhmikosR1-3/+3
2014-07-09Run `grunt`.XhmikosR7-12/+9
2014-07-09Update uglify-js to v2.4.14.XhmikosR1-5/+5
2014-07-08Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectableChris Rebert1-2/+2
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group
2014-07-08Add role="tablist" & aria-multiselectable="true" to accordion .panel-group ↵Chris Rebert1-2/+2
to improve accessibility Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08add role="tabpanel" to .panel-collapse to improve accessibilityChris Rebert1-6/+6
Refs #13555. Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]
2014-07-08Merge pull request #14085 from twbs/tab-lis-role-presoChris Rebert6-67/+67
add role="presentation" to tab <li>s to improve accessibility
2014-07-08Add role="tabpanel" to .tab-pane <div>s to improve accessibilityChris Rebert1-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-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert6-67/+67
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-08derpMark Otto1-1/+1
2014-07-07Fixes #14068: Update docs note for inline formsMark Otto1-5/+5
2014-07-07Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-7/+21
2014-07-07more accurate homepage titleMark Otto2-2/+2
2014-07-07Merge pull request #14072 from twbs/carousel-gloss-buttonsChris Rebert3-2/+16
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 Rebert3-2/+16
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 Rebert3-5/+5
Refs #13556. Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel Credit: https://github.com/paypal/bootstrap-accessibility-plugin [skip sauce]