aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-10-16 00:57:49 +0100
committerPatrick H. Lauke <[email protected]>2015-10-16 00:57:49 +0100
commit68189e226921d0cfaec4922b723d030baa11a25c (patch)
treee52027d8d82b058cbb23410c36ebd9363489c7eb /docs/components
parent9302fd4fd4a05a44de991416fea4b01443343595 (diff)
downloadbootstrap-68189e226921d0cfaec4922b723d030baa11a25c.tar.xz
bootstrap-68189e226921d0cfaec4922b723d030baa11a25c.zip
Add "keyboard users" to heading for `sr-only-focusable`
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/utilities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index a593f8ce2..727a55d04 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -251,7 +251,7 @@ The `.invisible` class can be used to toggle only the visibility of an element,
}
{% endhighlight %}
-## Screen readers
+## Screen readers and keyboard users
Hide an element to all devices **except screen readers** with `.sr-only`. Combine `.sr-only` with `.sr-only-focusable` to show the element again when it's focused (e.g. by a keyboard-only user). Can also be used as mixins.