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 /scss/helpers | |
| 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 'scss/helpers')
| -rw-r--r-- | scss/helpers/_visually-hidden.scss (renamed from scss/helpers/_screenreaders.scss) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/helpers/_screenreaders.scss b/scss/helpers/_visually-hidden.scss index 8bade6633..0a843d383 100644 --- a/scss/helpers/_screenreaders.scss +++ b/scss/helpers/_visually-hidden.scss @@ -1,5 +1,5 @@ // -// Screenreaders +// Visually hidden // .visually-hidden, |
