From 853e5cb8012345a245302c2b512851e660336671 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 23 Dec 2017 16:19:33 -0800 Subject: [PATCH] change heading --- _includes/callout-warning-color-assistive-technologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/callout-warning-color-assistive-technologies.md b/_includes/callout-warning-color-assistive-technologies.md index 0b929e16d2..adbc708f62 100644 --- a/_includes/callout-warning-color-assistive-technologies.md +++ b/_includes/callout-warning-color-assistive-technologies.md @@ -1,5 +1,5 @@ {% callout warning %} -#### Conveying meaning to assistive technologies +##### Conveying meaning to assistive technologies Using color to add meaning 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 (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.sr-only` class. {% endcallout %}