aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah Issermann <[email protected]>2023-06-01 04:32:20 +0200
committerGitHub <[email protected]>2023-05-31 19:32:20 -0700
commitb7e351b445908c82d7a0642960a8ceeaba1c5db4 (patch)
tree77e69c97ba8636e4d86798b2a664f71adb5c76d5
parent9129e4a0736772817b433950613532d29da7e92f (diff)
downloadbootstrap-b7e351b445908c82d7a0642960a8ceeaba1c5db4.tar.xz
bootstrap-b7e351b445908c82d7a0642960a8ceeaba1c5db4.zip
Docs: add more details on accessibility tips (#38583)
* Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Fix syntax --------- Co-authored-by: Julien Déramond <[email protected]>
-rw-r--r--site/layouts/partials/callouts/warning-color-assistive-technologies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/callouts/warning-color-assistive-technologies.md b/site/layouts/partials/callouts/warning-color-assistive-technologies.md
index aaa6f64c8..6750517bb 100644
--- a/site/layouts/partials/callouts/warning-color-assistive-technologies.md
+++ b/site/layouts/partials/callouts/warning-color-assistive-technologies.md
@@ -1 +1 @@
-**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class. \ No newline at end of file
+**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text with a [*sufficient* color contrast](/docs/{{ .Site.Params.docs_version }}/getting-started/accessibility#color-contrast)) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class.