mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
Add "keyboard users" to heading for sr-only-focusable
This commit is contained in:
parent
9302fd4fd4
commit
68189e2269
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue