From e9c24b0cda50dfe2036bd4104e05789c317850e8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Jul 2017 12:15:38 -0700 Subject: [PATCH] clarify text, break up larger paragraph, shorten --- docs/4.0/components/badge.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md index 0a4c2427e0..193a3ca61c 100644 --- a/docs/4.0/components/badge.md +++ b/docs/4.0/components/badge.md @@ -36,8 +36,9 @@ Badges can be used as part of links or buttons to provide a counter. {% endexample %} +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. -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. +Unless the context is clear (as with the "Notifications" example, where it is understood that the "4" is the number of notifications), consider including additional context with a visually hidden piece of additional text. {% example html %}