From 11299fe47c6af9bda33f1259393b3f86769d7517 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Jul 2017 12:15:21 -0700 Subject: [PATCH] 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 --- docs/4.0/components/badge.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md index 4e80828a4..0a4c2427e 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. -
+{% example html %} -
- -{% highlight html %} - -{% endhighlight %} +{% endexample %} ## Contextual variations