aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12Don't line wrap event names in JS plugin docsChris Rebert11-10/+15
2014-11-12add link to MDN docs regarding iOS Safari element clickabilityChris Rebert1-1/+1
2014-11-12corrects IRC roomZac Echola1-1/+1
2014-11-12Merge pull request #15089 from twbs/data-attrib-calloutChris Rebert1-5/+5
move data attributes callout into data attributes doc subsection
2014-11-12Merge pull request #15094 from twbs/js-navsChris Rebert11-26/+51
JS docs: add Options, Methods, Events subsections to nav sidebar
2014-11-12bump version to v3.3.1v3.3.1Mark Otto32-102/+102
2014-11-12gruntMark Otto1-1/+1
2014-11-12Update npm-shrinkwrap.XhmikosR2-245/+127
2014-11-12Merge pull request #15095 from gitaeks/masterXhmikosR1-1/+1
Fixed a typo in Sign-in page example
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-11navbar callouts cleanupChris Rebert1-11/+6
Move all callouts to be adjacent to each other Combine JS-related callouts into a single callout
2014-11-11JS docs: add Options, Methods, Events subsections to nav sidebarChris Rebert11-26/+51
2014-11-11gruntMark Otto11-18/+10
2014-11-11Merge pull request #15092 from twbs/scrollspy-calloutsChris Rebert1-8/+8
move scrollspy callouts so they're all adjacent to each other [skip sauce]
2014-11-11Merge pull request #15091 from twbs/popovers-headingChris Rebert1-1/+1
move popover examples heading to directly before the actual examples
2014-11-11add missing dots to .sr-only class mentions, for consistency w/ rest of docsChris Rebert3-5/+5
2014-11-11move scrollspy callouts so they're all adjacent to each otherChris Rebert1-8/+8
2014-11-11move popover examples heading to directly before the actual examplesChris Rebert1-1/+1
2014-11-11consolidate relatedTarget docs in dropdown event docsChris Rebert1-4/+5
2014-11-11move data attributes callout into data attributes doc subsectionChris Rebert1-5/+5
2014-11-11Merge pull request #14900 from twbs/labels-readmeMark Otto1-0/+19
Add labels explanation to readme
2014-11-11move carousel accessibility callout next to rest of calloutsChris Rebert1-5/+5
2014-11-11move single-toggle button plugin callout before example for consistencyChris Rebert1-4/+4
2014-11-11move to the contributing guidelinesMark Otto2-21/+19
2014-11-11Merge branch 'master' into labels-readmeMark Otto129-1371/+18723
2014-11-12Merge pull request #15088 from twbs/dropdown-keydown-ignoresHeinrich Fenkart2-1/+42
Dropdown: ignore keydown events coming from `input`s and `textarea`s
2014-11-12Dropdown: ignore keydown events coming from `input`s and `textarea`sHeinrich Fenkart2-1/+42
Fixes #15084.
2014-11-12Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaksHeinrich Fenkart10-23/+23
Wash-up of some stray dropdown examples
2014-11-11Wash-up of some stray dropdown examplesPatrick H. Lauke10-23/+23
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-11Merge pull request #15086 from twbs/btn_group_focusMark Otto1-4/+0
Don't remove focus outline from buttons in button groups
2014-11-11Merge pull request #15077 from jayanthkoushik/issue-15076-fixMark Otto1-0/+5
Fix Issue #15076.
2014-11-11Fixes #14939: Don't remove focus outline from buttons in button groupsMark Otto1-4/+0
2014-11-12Merge pull request #15085 from patrickhlauke/glyphicons-in-forms-tweakHeinrich Fenkart7-63/+75
Glyphicon tweaks
2014-11-11aria-hidden added to some stray glyphiconsPatrick H. Lauke6-38/+38
plus minor tweak to customizer's generated alerts
2014-11-11Improved accessible glyphicon advice/usePatrick H. Lauke1-25/+37
...to actually make it consistent with what I said in the glyphicon docs section...
2014-11-11Fix Issue #15076.Jayanth Koushik1-0/+5
This commit adds documentation explaining the need to have an initial .active element in carousels.
2014-11-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke24-252/+322
Closes #14951 by merging it.
2014-11-10Merge pull request #15073 from twbs/15072-moreChris Rebert1-1/+1
Remove X-UA-Compatible caveat from Validators docs
2014-11-10Remove X-UA-Compatible caveat from Validators docsChris Rebert1-1/+1
Refs #15072
2014-11-10Merge pull request #15072 from twbs/html-validator-x-ua-compatibleHeinrich Fenkart1-1/+0
HTML validation: No longer relax the `X-UA-Compatible` error
2014-11-10HTML validation: No longer relax the `X-UA-Compatible` errorHeinrich Fenkart1-1/+0
The validator no longer complains about it unless the value is different from `content=IE=edge`, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=27091
2014-11-10Run `grunt`.XhmikosR2-2/+2
2014-11-10Update devDependencies.XhmikosR2-249/+463
2014-11-10Merge pull request #15009 from patrickhlauke/glyphicon-accessibility-tweaksXhmikosR2-14/+42
Glyphicon accessibility tweaks
2014-11-10Add aria-hidden to icons in about pagePatrick H. Lauke1-3/+3
2014-11-10Meaningful icons in about pagePatrick H. Lauke1-0/+3
2014-11-10Accessibility tweaks and explanation for glyphiconsPatrick H. Lauke1-11/+36
- add aria-hidden="true" to avoid SRs unintentionally reading out the Unicode character (see http://www.filamentgroup.com/lab/bulletproof_icon_fonts.html) - callout with advice on accessible icon usage - replaced sr-only text in examples with (in the case of button) cleaner aria-label - additional example of icon used to convey meaning (in a non-interactive control)
2014-11-10run cssmin on docs css for dist-css taskMark Otto2-2/+2
2014-11-10rename gruntfile less tasksMark Otto1-3/+3
2014-11-09baseurlMark Otto1-0/+1