aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2020-06-21 12:39:49 +0100
committerMark Otto <[email protected]>2020-07-10 16:00:50 -0700
commit4702f0cdd4bee20734411bfa04cc9b1edc867661 (patch)
tree149ae3625c6b32f2bef4e4738167bd27096d29b5
parent3a79335a0b21cc5bbd3f133e63aec6052694fc20 (diff)
downloadbootstrap-4702f0cdd4bee20734411bfa04cc9b1edc867661.tar.xz
bootstrap-4702f0cdd4bee20734411bfa04cc9b1edc867661.zip
Emphasise/call out the note about `.invisible` and AT
-rw-r--r--site/content/docs/5.0/utilities/visibility.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/site/content/docs/5.0/utilities/visibility.md b/site/content/docs/5.0/utilities/visibility.md
index 870b11145..6e8c0d606 100644
--- a/site/content/docs/5.0/utilities/visibility.md
+++ b/site/content/docs/5.0/utilities/visibility.md
@@ -5,7 +5,11 @@ description: Control the visibility, without modifying the display, of elements
group: utilities
---
-Set the `visibility` of elements with our visibility utilities. These utility classes do not modify the `display` value at all and do not affect layout – `.invisible` elements still take up space in the page. Content will be hidden both visually and for assistive technology/screen reader users.
+Set the `visibility` of elements with our visibility utilities. These utility classes do not modify the `display` value at all and do not affect layout – `.invisible` elements still take up space in the page.
+
+{{< callout warning >}}
+Elements with the `.invisible` class will be hidden *both* visually and for assistive technology/screen reader users.
+{{< /callout >}}
Apply `.visible` or `.invisible` as needed.