aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-12-23 16:19:33 -0800
committerMark Otto <[email protected]>2017-12-23 16:19:33 -0800
commit853e5cb8012345a245302c2b512851e660336671 (patch)
tree7f1fc4865a440017a883d65da1f9e89238e3969b /_includes
parentb3e9547c59a02675acd5ac70370797f95f0a7bcb (diff)
downloadbootstrap-853e5cb8012345a245302c2b512851e660336671.tar.xz
bootstrap-853e5cb8012345a245302c2b512851e660336671.zip
change heading
Diffstat (limited to '_includes')
-rw-r--r--_includes/callout-warning-color-assistive-technologies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/callout-warning-color-assistive-technologies.md b/_includes/callout-warning-color-assistive-technologies.md
index 0b929e16d..adbc708f6 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 %}