From: Mark Otto Date: Sun, 16 Jul 2017 19:15:21 +0000 (-0700) Subject: Update badges in buttons examples X-Git-Tag: v4.0.0-beta.2~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11299fe47c6af9bda33f1259393b3f86769d7517;p=thirdparty%2Fbootstrap.git Update badges in buttons examples - Given buttons a required modifier (.btn alone is incomplete) - Given the primary button, use a .badge-light for better contrast - Consolidate example and highlight code with a `{% example %}` block --- diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md index 4e80828a44..0a4c2427e0 100644 --- a/docs/4.0/components/badge.md +++ b/docs/4.0/components/badge.md @@ -30,33 +30,21 @@ Badges scale to match the size of the immediate parent element by using relative Badges can be used as part of links or buttons to provide a counter. -
- -
+{% endexample %} -{% highlight html %} - -{% endhighlight %} Note that depending on how they are used, badges may be confusing for users of screen readers and similar assistive technologies. While the styling of badges provides a visual cue as to their purpose, these users will simply be presented with the content of the badge. Depending on the specific situation, these badges may seem like random additional words or numbers at the end of a sentence, link or button. Unless the context is clear (as with the "Notifications" example, where it is arguably understandable that the "4" gives a count of the number of notifications), consider including additional context – for instance using a visually hidden piece of additional text. -
- -
- -{% highlight html %} +{% example html %} -{% endhighlight %} +{% endexample %} ## Contextual variations