Patrick H. Lauke
d9c3e5f3ad
Fix/merge advice on low percentage progress bars
...
- 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-10 16:50:21 +00:00
Patrick H. Lauke
285ec70493
Make main segmented button keyboard-focusable
...
unless there's a reason why ``tabindex="-1"`` was dropped in there...
2014-12-08 22:29:34 +00:00
Patrick H. Lauke
24bc102664
Use aria-label for pagination prev/next
...
Cleaner alternative to using ``<span class="sr-only">``
2014-12-08 22:29:33 +00:00
Patrick H. Lauke
eee275762f
Callout for labelling of input groups
...
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-08 22:29:33 +00:00
Bas Bosman
e9dca8df52
Add missing to
2014-12-08 09:41:44 +01:00
Mark Otto
e11c634be9
fixes #15311 : mention in docs requirement for .btn-group-* sizing on immediate .btn-group
2014-12-07 22:26:19 -08:00
Patrick H. Lauke
353d8395ae
Expand advice about adding labels
...
Harmonizing this with same advice given for CSS inline forms
2014-12-07 20:56:37 +00:00
Patrick H. Lauke
c609272ac1
`aria-label="close"
instead of sr-only
span
`
...
shorter, neater, well supported
2014-12-07 14:29:03 +00:00
Chris Rebert
0c5a5563b2
Merge pull request #15214 from twbs/example-ids
...
Give all embedded live docs examples data-example-id attrs
[skip sauce]
2014-12-04 19:18:29 -08:00
Quy Ton
a6950ce276
Add .media-object in docs
2014-11-30 07:44:14 -08:00
Mark Otto
65f72ff095
Merge pull request #15133 from patrickhlauke/docs-table-fixes
...
Fixes to scope
2014-11-29 23:17:36 -08:00
Mark Otto
1de638f830
fixes #15164 : wrap disable pagination spans in another span
2014-11-29 18:27:51 -08:00
Chris Rebert
44447eeefe
Give all embedded live docs examples data-example-id attrs
...
Refs #11410
2014-11-24 17:09:32 -08:00
Julian Thilo
7bf002d63d
Fix #15194 : Shrink media link area
2014-11-22 13:45:32 +01:00
Patrick H. Lauke
db4e5efb8f
Fixes to scope
...
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-14 13:40:09 +00:00
Patrick H. Lauke
bab36220c9
Redundant role="navigation" on <nav>s
...
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-14 10:52:57 +00:00
Patrick H. Lauke
25cac1ea9a
Redundant role="form" on <form>s
2014-11-14 10:52:56 +00:00
Chris Rebert
ea407666ce
give all docs callouts IDs
...
[skip sauce]
2014-11-13 12:16:03 -08:00
XhmikosR
5660be42fa
Use a 40x40 image for the navbar
brand image example.
...
Saves 3.4KB.
2014-11-13 22:09:38 +02:00
Chris Rebert
b87370c28f
navbar callouts cleanup
...
Move all callouts to be adjacent to each other
Combine JS-related callouts into a single callout
2014-11-11 21:22:30 -08:00
Patrick H. Lauke
0681971c8a
Wash-up of some stray dropdown examples
...
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-11 23:52:52 +00:00
Patrick H. Lauke
bb89657bcb
Assorted accessibility (and some consistency) fixes for documentation
...
Closes #14951 by merging it.
2014-11-11 07:46:14 +01:00
Patrick H. Lauke
eb74d8c863
Accessibility tweaks and explanation for glyphicons
...
- 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-10 08:55:58 +00:00
Chris Rebert
88dfd954fa
Replace deprecated uses of .pull-left & .pull-right in .media docs
...
Refs https://github.com/twbs/bootlint/pull/153
[skip sauce]
2014-10-30 11:36:24 -07:00
Chris Rebert
c897f9d5f0
Safari v8.0 still suffers from Justified Nav rendering bug
2014-10-28 21:24:45 -07:00
Chris Rebert
d87a636ff9
add missing href="#" to .btn-group-justified example
...
[skip sauce]
2014-10-28 16:10:43 -07:00
Chris Rebert
3eec86e2e5
add missing hrefs to <a>s in docs+examples
2014-10-28 16:05:32 -07:00
Heinrich Fenkart
66e140db82
Docs: progress bars' animation now needs to be manually toggled
...
Refs #14409
2014-10-26 20:43:41 +01:00
Mark Otto
dbef67f198
fix validation
2014-10-25 18:53:43 -07:00
Mark Otto
e795ea1084
Fixes #14791 : document dropdown dividers
2014-10-25 18:44:55 -07:00
Mark Otto
6e3c55a115
grunt
2014-10-25 18:13:50 -07:00
Jenn Dodd
e8643ed8b3
Remove .media-object from docs.
...
Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io>
2014-10-23 18:48:50 -04:00
Nicole Sullivan
919b4ccb15
Fixes #14799 : Add vertical alignment of image in media component
...
Signed-off-by: Jenn Dodd <jedodd@pivotal.io>
2014-10-23 18:48:18 -04:00
XhmikosR
908190a6c5
Replace the unicode ellipsis symbol with 3 dots.
...
[ci skip]
2014-10-22 13:49:24 +03:00
Mark Otto
8e25695d09
Fixes #14687 : Include video element in responsive embed
2014-09-26 13:45:28 -07:00
Chris Rebert
f334a15e9e
Also mention the "no justified navbars" limitation in the Nav docs
...
Refs #14598
[skip sauce]
2014-09-23 18:06:39 -07:00
Mark Otto
5d051736a4
Add brief note about justified navs being unsupported to fix #14598
2014-09-23 14:29:48 -07:00
Chris Rebert
1f329f8f17
the justified nav bug is still present in Safari v7.1
2014-09-21 15:34:57 -07:00
Chris Rebert
b2088366a3
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-08 20:52:07 -07:00
Chris Rebert
bb8ca6b786
Address #14541 by tweaking badge docs
...
* move unrelated .btn-primary example out of the pills subsection
* remove excessive .nav-stacked example
2014-09-05 16:04:56 -07:00
Chris Rebert
629fe63291
Document that input groups weren't intended for use with <textarea>s
...
Refs #14362
2014-08-28 19:55:23 -07:00
Daniel Nixon
8167223b3b
Fix inaccessible buttons.
2014-07-14 08:13:17 +10:00
Chris Rebert
cd7250d6a8
Redundant thanks to bb1286a0ab
2014-07-12 18:15:45 -07:00
Mark Otto
bb1286a0ab
Fixes #14133
2014-07-12 17:53:31 -07:00
vsn4ik
2fb107e918
Fix text on ".progress-bar .sr-only" elements.
2014-07-10 21:30:21 +04:00
Chris Rebert
5c1f4e1a0c
add role="presentation" to tab <li>s to improve accessibility
...
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-08 12:00:43 -07:00
Chris Rebert
7c50b9ad7a
Add role="tablist" to .nav-pills in examples to improve accessibility
...
Follow-up to e9374c0609
Per f203dea4b6
Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk
[skip sauce]
2014-07-07 19:24:32 -07:00
Chris Rebert
719cde1a11
docs HTML5 validity fixup to 8e2348e9ed
2014-07-07 00:25:55 -07:00
Chris Rebert
ddffe76961
grammar fix; indicate that img[src] shouldn't actually be empty
2014-07-07 00:04:14 -07:00
Mark Otto
8e2348e9ed
Fixes #13746 : Add docs section for brand image
2014-07-06 18:39:37 -07:00