aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06add docs for #13745Chris Rebert1-1/+26
Good catch @juthilo [skip sauce]
2014-05-28add missing role="menu" attrs to .dropdown-menu elements in docs+examplesChris Rebert4-9/+9
Docs audit prompted by #13697. [skip sauce]
2014-05-28fix #13697Chris Rebert1-2/+2
[skip sauce]
2014-05-24text transformation addedKonstantin Kulinicenko2-0/+13
Transform text in components with text capitalization classes.
2014-05-22clarifyMark Otto1-4/+2
2014-05-22tighten up callouts and remove backgroundsMark Otto1-0/+14
2014-05-22Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-0/+4
2014-05-22clarify and danger-ify affix docs usage requirements, per #10235Mark Otto1-1/+1
2014-05-22Merge branch 'master' into docs-theme-togglerMark Otto1-1/+1
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-05-22Add aria-haspopup and aria-expanded attributes to dropdown pluginMax Kramer1-8/+8
1. Add aria-haspopup="true" and aria-expanded="false" to dropdown docs 2. Toggle aria-expanded between "true" and "false" when opening and closing dropdown Satisfy item 1 from https://github.com/paypal/bootstrap-accessibility-plugin#dropdown. See #13553.
2014-05-22Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91.XhmikosR1-1/+1
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-20Merge branch 'master' into docs-theme-togglerMark Otto18-134/+143
Conflicts: docs/assets/css/docs.min.css
2014-05-17update link to Grunt setup & infoChris Rebert1-1/+1
2014-05-16add `target` option to Affix pluginAttila Dobi1-0/+7
2014-05-14update default 'template' value in popover docsChris Rebert1-1/+1
2014-05-14add 'container' option motivation to tooltip docsChris Rebert1-1/+1
2014-05-14add 'selector' option motivation to tooltip docsChris Rebert1-1/+1
2014-05-14add multiple triggers info to popover docsChris Rebert1-1/+1
2014-05-14add 'viewport' option to popover docs; #12328 erratumChris Rebert1-0/+8
2014-05-14docs: sort tooltip & container options for sanityChris Rebert2-51/+51
2014-05-13Remove unneeded spaces from `pre`.XhmikosR1-1/+1
2014-05-13add link to StackOverflow question regarding Android <select> bugChris Rebert1-1/+1
2014-05-13Remove RTL leftovers.XhmikosR2-5/+0
2014-05-13Update jQuery to v1.11.1.XhmikosR2-2/+2
2014-05-12nuke the rtl docsMark Otto2-32/+0
2014-05-10cleanupMark Otto1-3/+1
2014-05-10Update html5shiv to 3.7.2.XhmikosR2-2/+2
2014-05-09Merge pull request #13558 from twbs/nav-tabs-role-tablistChris Rebert3-22/+22
add some ARIA roles to tabs for improved accessibility
2014-05-09add role="button" to [data-slide="prev"],[data-slide="next"] to improve ↵Chris Rebert1-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="tab" to .nav-tabs [data-toggle="tab"]Chris Rebert1-12/+12
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09add role="tablist" to .nav-tabs in examples to improve accessibilityChris Rebert3-10/+10
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-08Remove outdated rtl nav linksQuy Ton1-7/+0
2014-05-07regenerate minified docs JS & CSSChris Rebert1-1/+1
2014-05-07move Grunt info from README into HTML docsChris Rebert2-0/+40
Fixes #13470
2014-05-07add button to toggle the optional theme when viewing the docs; fixes #9764Chris Rebert1-0/+4
2014-05-07move rtl to getting started, per @cvrebert's feedbackMark Otto2-0/+7
2014-05-07Merge pull request #13499 from twbs/clarify-rtlMark Otto1-1/+6
emphasize that bootstrap-rtl.css & bootstrap.css should not be used together
2014-05-07Merge pull request #13504 from Quy/resputilChris Rebert1-3/+3
Fix .visible-print deprecation version #.
2014-05-06tweak formatting in Carousel docs for clarity; fixes #13522Chris Rebert1-1/+1
2014-05-04Fix .visible-print deprecation version #.Quy Ton1-3/+3
2014-05-04emphasize that bootstrap-rtl.css & bootstrap.css should not be used togetherChris Rebert1-1/+6
2014-05-04add RTL CSS files to "What's included" section of docsChris Rebert1-0/+2
2014-05-04include RTL CSS CDN URL in Download docsChris Rebert1-0/+3
2014-05-04Merge pull request #13493 from twbs/close-btn-accessChris Rebert4-13/+13
Improve accessibility of close buttons in modals & alerts
2014-05-04Merge pull request #13495 from twbs/android-firefoxMark Otto1-1/+1
Officially support Android Firefox
2014-05-03mark Android Firefox as officially supportedChris Rebert1-1/+1
2014-05-03document #13390Chris Rebert1-2/+2
2014-05-03Improve accessibility of close buttons in modals & alertsChris Rebert4-13/+13
Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders. Credit: https://github.com/paypal/bootstrap-accessibility-plugin Per: https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog
2014-05-01Merge pull request #13461 from patrickhlauke/docs-dropdown-sr-onlyMark Otto1-4/+4
Remove sr-only from components/dropdowns example
2014-05-01Remove sr-only from components/dropdown entirelyPatrick H. Lauke1-5/+5
possibly less confusing option, as per discussion, is to always show the dropdown trigger button (both live and in that code example)