From 125945eb9058ad8db1f3843259ee9aa73e9bec5f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 11 Nov 2014 19:49:44 -0800 Subject: add missing dots to .sr-only class mentions, for consistency w/ rest of docs --- docs/_includes/css/buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css/buttons.html') diff --git a/docs/_includes/css/buttons.html b/docs/_includes/css/buttons.html index 1b3f46416..560c7d2e0 100644 --- a/docs/_includes/css/buttons.html +++ b/docs/_includes/css/buttons.html @@ -37,7 +37,7 @@

Conveying meaning to assistive technologies

-

Using color to add meaning to a button only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text of the button), or is included through alternative means, such as additional text hidden with the sr-only class.

+

Using color to add meaning to a button only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (the visible text of the button), or is included through alternative means, such as additional text hidden with the .sr-only class.

Sizes

-- cgit v1.2.3