aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components
AgeCommit message (Collapse)AuthorFilesLines
2014-12-12200 to 260 glyphicons in the docBastien1-1/+1
2014-12-10Fix/merge advice on low percentage progress barsPatrick H. Lauke1-8/+6
- actually add the ``min-width`` extra style (and use ``em`` rather than ``px``) to the 0% and 2% example - remove the unnecessarily redundant sentence in the "With labels" section - remove the unnecessary heading/section specifically for low percentage case, make it flow naturally as part of the "With labels" section
2014-12-08Make main segmented button keyboard-focusablePatrick H. Lauke1-2/+2
unless there's a reason why ``tabindex="-1"`` was dropped in there...
2014-12-08Use aria-label for pagination prev/nextPatrick H. Lauke1-18/+13
Cleaner alternative to using ``<span class="sr-only">``
2014-12-08Callout for labelling of input groupsPatrick H. Lauke1-43/+47
plus a few suggested approaches (in some cases, elided, as the actual content of the label - being a generic example - is not important)
2014-12-08Add missing toBas Bosman1-1/+1
2014-12-07fixes #15311: mention in docs requirement for .btn-group-* sizing on ↵Mark Otto1-1/+1
immediate .btn-group
2014-12-07Expand advice about adding labelsPatrick H. Lauke1-1/+1
Harmonizing this with same advice given for CSS inline forms
2014-12-07``aria-label="close"`` instead of sr-only ``span``Patrick H. Lauke1-2/+2
shorter, neater, well supported
2014-12-04Merge pull request #15214 from twbs/example-idsChris Rebert21-82/+82
Give all embedded live docs examples data-example-id attrs [skip sauce]
2014-12-04Remove "Separated link" in example where it's notTJ1-1/+0
Removed "Separated link" in example where it's not separated. This may confuse people to think that it is separated. I don't want to sound nitpick, but I've been working with a client maintaining a custom internal Bootstrap installation with customized docs, so I've been getting a lot of feedback from client developers using the docs.
2014-11-30Add .media-object in docsQuy Ton1-16/+16
2014-11-29Merge pull request #15133 from patrickhlauke/docs-table-fixesMark Otto1-6/+6
Fixes to scope
2014-11-29fixes #15164: wrap disable pagination spans in another spanMark Otto1-6/+33
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert21-82/+82
Refs #11410
2014-11-22Fix #15194: Shrink media link areaJulian Thilo1-48/+80
2014-11-14Fixes to scopePatrick H. Lauke1-6/+6
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. Lauke1-17/+17
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. Lauke1-4/+4
2014-11-13give all docs callouts IDsChris Rebert11-36/+36
[skip sauce]
2014-11-13Use a 40x40 image for the `navbar` brand image example.XhmikosR1-1/+1
Saves 3.4KB.
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-11Wash-up of some stray dropdown examplesPatrick H. Lauke1-4/+4
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-11Assorted accessibility (and some consistency) fixes for documentationPatrick H. Lauke7-151/+165
Closes #14951 by merging it.
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-10-30Replace deprecated uses of .pull-left & .pull-right in .media docsChris Rebert1-5/+5
Refs https://github.com/twbs/bootlint/pull/153 [skip sauce]
2014-10-28Safari v8.0 still suffers from Justified Nav rendering bugChris Rebert1-1/+1
2014-10-28add missing href="#" to .btn-group-justified exampleChris Rebert1-6/+6
[skip sauce]
2014-10-28add missing hrefs to <a>s in docs+examplesChris Rebert1-2/+2
2014-10-26Docs: progress bars' animation now needs to be manually toggledHeinrich Fenkart1-2/+3
Refs #14409
2014-10-25fix validationMark Otto1-3/+3
2014-10-25Fixes #14791: document dropdown dividersMark Otto1-4/+24
2014-10-25gruntMark Otto1-6/+9
2014-10-23Remove .media-object from docs.Jenn Dodd1-16/+16
Signed-off-by: Geoff Pleiss <[email protected]>
2014-10-23Fixes #14799: Add vertical alignment of image in media componentNicole Sullivan1-19/+75
Signed-off-by: Jenn Dodd <[email protected]>
2014-10-22Replace the unicode ellipsis symbol with 3 dots.XhmikosR1-2/+2
[ci skip]
2014-09-26Fixes #14687: Include video element in responsive embedMark Otto1-1/+1
2014-09-23Also mention the "no justified navbars" limitation in the Nav docsChris Rebert1-0/+1
Refs #14598 [skip sauce]
2014-09-23Add brief note about justified navs being unsupported to fix #14598Mark Otto1-0/+1
2014-09-21the justified nav bug is still present in Safari v7.1Chris Rebert1-1/+1
2014-09-08Wrap .pagination & .pager in <nav> to improve accessibilityChris Rebert1-70/+92
2014-09-05Address #14541 by tweaking badge docsChris Rebert1-28/+12
* move unrelated .btn-primary example out of the pills subsection * remove excessive .nav-stacked example
2014-08-28Document that input groups weren't intended for use with <textarea>sChris Rebert1-2/+3
Refs #14362
2014-07-14Fix inaccessible buttons.Daniel Nixon1-4/+4
2014-07-12Redundant thanks to bb1286a0ab073bce1d18f704d7ac0545ea76c6efChris Rebert1-1/+1
2014-07-12Fixes #14133Mark Otto1-0/+4
2014-07-10Fix text on ".progress-bar .sr-only" elements.vsn4ik1-1/+1
2014-07-08add role="presentation" to tab <li>s to improve accessibilityChris Rebert2-40/+40
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-07Add role="tablist" to .nav-pills in examples to improve accessibilityChris Rebert2-13/+13
Follow-up to e9374c0609c9e63fd6033f684b18ff105e1756ae Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2 Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk [skip sauce]
2014-07-07docs HTML5 validity fixup to 8e2348e9eda51296eb680192379ab37f10355ca3Chris Rebert1-1/+1