]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add "keyboard users" to heading for `sr-only-focusable` 17945/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Thu, 15 Oct 2015 23:57:49 +0000 (00:57 +0100)
committerPatrick H. Lauke <redux@splintered.co.uk>
Thu, 15 Oct 2015 23:57:49 +0000 (00:57 +0100)
docs/components/utilities.md

index a593f8ce2c3bf12e3b6d51e91d6bcca2c1011647..727a55d04a78c9f278c45410589ae8b8b5a5f0da 100644 (file)
@@ -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.