diff options
| author | Patrick H. Lauke <[email protected]> | 2020-06-21 12:07:20 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-07-10 16:00:50 -0700 |
| commit | 3a79335a0b21cc5bbd3f133e63aec6052694fc20 (patch) | |
| tree | 9285fc2b764d7f809cb814e47bfeb607b7a5b870 /site/data | |
| parent | 49934b2bba514582c92bd423f94ddbf890bc3a66 (diff) | |
| download | bootstrap-3a79335a0b21cc5bbd3f133e63aec6052694fc20.tar.xz bootstrap-3a79335a0b21cc5bbd3f133e63aec6052694fc20.zip | |
Docs: rename "Screen readers" helper page to "Visually hidden"
"screen readers" is quite reductive, as there are other assistive technologies. content hidden this way is even announced by things like Alexa/Siri etc, so it's not so much just "screen readers".
in the long run, we may even consider changing the actual classnames (maybe `.visually-hidden` / `.visually-hidden-focusable`, though admittedly that's a bit verbose).
also includes a tiny tweak to layout.md to generalise the note about using `.sr-only`
Diffstat (limited to 'site/data')
| -rw-r--r-- | site/data/sidebar.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index 195cf3af3..5550c3075 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -81,7 +81,7 @@ - title: Colored links - title: Embed - title: Position - - title: Screen readers + - title: Visually hidden - title: Stretched link - title: Text truncation |
