aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25Merge pull request #16158 from twbs/fix-16020Chris Rebert1-12/+12
remove redundant aria-hidden usage from Modals
2015-03-25Merge pull request #16157 from twbs/fix-16069Chris Rebert1-0/+7
Document how to disable transitions in jQuery plugins
2015-03-25rm redundant aria-hidden usage from Modals; fixes #16020Chris Rebert1-12/+12
2015-03-25Document how to disable transitions in jQuery plugins; fixes #16069Chris Rebert1-0/+7
[skip sauce]
2015-03-25Properly document $(...).tab('show') method; fixes #16115Chris Rebert1-21/+4
[skip sauce]
2015-03-25docs: #myTab => #myTabs, to slightly increase clarityChris Rebert1-8/+8
2015-03-24add missing <code> within docs heading for `.modal('handleUpdate')`Chris Rebert1-1/+1
2015-03-24Merge pull request #15987 from twbs/fix-15972Chris Rebert1-9/+9
add role="button" to a[data-toggle="collapse"]
2015-03-24Add aria-expanded and aria-controls to docs navbar togglePatrick H. Lauke1-2/+2
Also, use id rather class name for the navigation, as it's unique and lets us use correct aria-controls (and without the use of id, aria-expanded does not get updated correctly by the current dropdown toggle script)
2015-03-24Add aria-expanded to navbar togglesPatrick H. Lauke1-10/+10
2015-03-23Move all tooltip callouts into appropriate sectionPatrick H. Lauke1-20/+22
Before, most callouts hierarchically came under Examples > Four directions, which is not appropriate. Now they're under Markup
2015-03-23Callout for tooltips and keyboard/AT accessibilityPatrick H. Lauke1-0/+4
Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134
2015-03-20Add docs on how to install Bootstrap via composerRodrigo Prado1-0/+4
Closes #16113 Closes #16114 [skip sauce]
2015-03-16Clarify that role="button" is required for dismiss-on-next-click popoversChris Rebert1-1/+1
Refs #15947
2015-03-13Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058Chris Rebert1-1/+1
[skip sauce]
2015-03-03add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert1-9/+9
2015-03-03Accessibility and headings hierarchy for the "CSS" page.Steven Black2-21/+21
Closes #15948 by merging it.
2015-03-03Accessibility and headings hierarchy for the "Getting started" page.Steven Black7-58/+58
Closes #15946 by merging it.
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black10-33/+33
Closes #15915 by merging it.
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart2-4/+5
2015-03-01Merge pull request #15965 from kkirsche/fixURLChris Rebert1-1/+1
[Docs / README] Fix URL to match the plugin keyword recommendation
2015-03-01Fix URL to match the keywordKevin Kirsche1-1/+1
Fix URL to match the keyword
2015-03-01Replace accidently removed textKevin Kirsche2-2/+2
X-Ref #15742 cc: @mdo
2015-02-28[Fixes #15928] Encourage use of icons with form validation states for ↵Kevin Kirsche1-3/+3
colorblind users [Fixes #15928] Encourage use of icons with form validation states for colorblind users Update text per @patrickhlauke's feedback Update text per @patrickhlauke's feedback. Fix stupid grammar mistake
2015-02-24Merge pull request #15914 from StevenBlack/docs.js.headingsMark Otto2-9/+9
docs > js > headings
2015-02-25Follow-up to 769c27a19f: Add new section to navHeinrich Fenkart1-0/+1
2015-02-25Document how to properly handle modals with dynamic content heightKevin Kirsche1-0/+3
Fixes #15106. Closes #15910.
2015-02-24Accessibility changes to headings (transitions.html)Steven Black1-2/+2
2015-02-24Accessibility changes to headings (overview.html)Steven Black1-7/+7
2015-02-24Merge pull request #15900 from kkirsche/patch-5Mark Otto1-3/+3
[Docs—Fixes #15882]Use an ID as the example for Scrollspy
2015-02-24Merge pull request #15903 from michael-k/patch-1Mark Otto1-1/+1
Updated license links
2015-02-24Merge pull request #15887 from StevenBlack/headings-labelsMark Otto1-2/+2
docs>components>labels headings
2015-02-24Merge pull request #15889 from StevenBlack/headings-progressbarsMark Otto1-6/+6
docs>components>progress bars headings
2015-02-24Merge pull request #15828 from kkirsche/patch-20Chris Rebert1-0/+1
Add plugin package keyword recommendation
2015-02-24Merge pull request #15891 from StevenBlack/headings-listgroup-panel-wellMark Otto3-14/+14
docs>components>(remaining components) headings
2015-02-24Merge pull request #15890 from StevenBlack/headings-mediaMark Otto1-3/+3
docs>components>media object headings
2015-02-24Merge pull request #15888 from StevenBlack/headings-thumbnailsMark Otto1-2/+2
docs>components>thumbnails headings
2015-02-24Merge pull request #15886 from StevenBlack/headings-buttondropdownsMark Otto1-4/+4
docs>components>button-dropdowns headings
2015-02-24Merge pull request #15885 from StevenBlack/headings-buttongroupsMark Otto1-6/+6
docs>components>button-groups headings
2015-02-24Merge pull request #15884 from StevenBlack/headings-dropdownsMark Otto1-5/+5
docs>components>dropdowns.html headings
2015-02-24Updated license linksMichael1-1/+1
Added attributes rel and target.
2015-02-24[Docs—Fixes #15882]Use an ID as the example for ScrollspyKevin Kirsche1-3/+3
Fixes #15882 — Use an ID as the example for Scrollspy so that it is more clear that this is for use with a single nav.
2015-02-24Update footer.htmlChristian1-1/+1
Update Creative Commons link to HTTPS.
2015-02-23docs>components>(remainder) headingsSteven Black3-14/+14
2015-02-23docs>components>media object headingsSteven Black1-3/+3
2015-02-23docs>components>progress bars headingsSteven Black1-6/+6
2015-02-23docs>components>thumbnails headingsSteven Black1-2/+2
2015-02-23Normalized the heading hierarchy in the documentation for the Labels component.Steven Black1-2/+2
2015-02-23Normalized the heading hierarchy in the documentation for the Button ↵Steven Black1-4/+4
dropdowns component.
2015-02-23docs>components>button-groups headingsSteven Black1-6/+6
Normalized the heading hierarchy in the documentation for the Button groups component.