aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14Filed http://openradar.appspot.com/18987206Chris Rebert1-1/+1
Refs #9774
2014-11-14split .form-inline .input-group into separate docs exampleChris Rebert1-14/+26
2014-11-14Collapse: Use $.fn.children instead of `>` in selectorHeinrich Fenkart1-1/+1
Fixes #15131.
2014-11-14Fixes to scopePatrick H. Lauke6-88/+85
as discssued in https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993 - added ``scope="row"`` to row headers - made sure row headers are actual ``<th>`` elements - removed ``scope="col"`` where it was redundant - simplified table examples with (to me) unnecessary ``rowspan``/``colspan`` (unless you really want complex tables, in which case we would need full-on ``id`` and ``headers`` attributes to make sure each table cell has an explicit association with the related header cells - overkill, in my opinion) - one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
2014-11-14Redundant role="navigation" on <nav>sPatrick H. Lauke16-34/+34
plus one example that still used the old <div role="navigation"> and a fix-up of the callout as per https://github.com/twbs/bootstrap/issues/15109
2014-11-14Redundant role="form" on <form>sPatrick H. Lauke6-42/+42
2014-11-14Expand caveat for disabled fieldsets and linksPatrick H. Lauke1-1/+1
2014-11-14Specify `img` alternative text.XhmikosR1-18/+18
2014-11-14Merge pull request #15126 from Quy/masterJulian Thilo1-1/+1
Fix link
2014-11-13Fix linkQuy Ton1-1/+1
2014-11-13clarify that Bower is one among several installation methodsChris Rebert1-1/+1
2014-11-13Merge pull request #15122 from twbs/bump-remarkableChris Rebert2-23/+13
bump remarkable devDependency to ~1.4.1
2014-11-13bump remarkable devDependency to ~1.4.1Chris Rebert2-23/+13
[skip sauce]
2014-11-13Merge pull request #15093 from twbs/id-calloutsChris Rebert26-98/+98
Give all docs callouts IDs [skip sauce]
2014-11-13Merge pull request #15121 from twbs/[email protected]XhmikosR2-125/+243
Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.
2014-11-13Fix a small grammar mistake.XhmikosR1-1/+1
[ci skip]
2014-11-13give all docs callouts IDsChris Rebert26-98/+98
[skip sauce]
2014-11-13Use a 40x40 image for the `navbar` brand image example.XhmikosR1-1/+1
Saves 3.4KB.
2014-11-13Merge pull request #15120 from twbs/fix-forms-docChris Rebert1-3/+8
Fix .form-inline docs example
2014-11-13Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.XhmikosR2-125/+243
Fixes #15105.
2014-11-13Fix .form-inline docs exampleChris Rebert1-3/+8
Make sample code match live example Move <label> out of .input-group into .form-group instead Change field from Email to Username to make it less redundant, slightly more realistic Add <label> for Username field for consistency Fixes #15118
2014-11-13escaped uriZac Echola1-1/+1
2014-11-12Merge pull request #15110 from twbs/ios-clickabilityChris Rebert1-1/+1
add link to MDN docs regarding iOS Safari element clickability
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.