diff options
| author | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
| commit | f682dec5c25f4ff1a29b34e10d339d549359cdb2 (patch) | |
| tree | 56fc1244bdb43bc61152438dfeb32cfcd010ede0 /docs/utilities/screenreaders.md | |
| parent | c72cc98bd56fb50259c84a1fced38751009eb930 (diff) | |
| download | bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.tar.xz bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.zip | |
new toc in utils and about and extend
Diffstat (limited to 'docs/utilities/screenreaders.md')
| -rw-r--r-- | docs/utilities/screenreaders.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/utilities/screenreaders.md b/docs/utilities/screenreaders.md index 411f3ddb2..73743b306 100644 --- a/docs/utilities/screenreaders.md +++ b/docs/utilities/screenreaders.md @@ -1,7 +1,9 @@ --- layout: docs title: Screenreaders +description: Use screenreader utilities to hide elements on all devices execept screen readers. group: utilities +toc: true --- 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. |
