aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis-Maxime Piton <[email protected]>2024-08-07 12:11:06 +0200
committerGitHub <[email protected]>2024-08-07 12:11:06 +0200
commit3083596e87146c1c5a61de7238cb69e1dab5ae8b (patch)
tree7c36cfe9eba5cd18b7f6c2b5abd092afad716e2e /.github
parent4e954ea3322e0a2c6428159108c676428a05d748 (diff)
downloadbootstrap-3083596e87146c1c5a61de7238cb69e1dab5ae8b.tar.xz
bootstrap-3083596e87146c1c5a61de7238cb69e1dab5ae8b.zip
Docs: update WCAG links and references (#40703)
Co-authored-by: Julien Déramond <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index d18210b28..1c9caae3f 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -221,7 +221,7 @@ includes code changes) and under the terms of the
[Adhere to the Code Guide.](https://codeguide.co/#css)
-- When feasible, default color palettes should comply with [WCAG color contrast guidelines](https://www.w3.org/TR/WCAG20/#visual-audio-contrast).
+- When feasible, default color palettes should comply with [WCAG color contrast guidelines](https://www.w3.org/TR/WCAG/#distinguishable).
- Except in rare cases, don't remove default `:focus` styles (via e.g. `outline: none;`) without providing alternative styles. See [this A11Y Project post](https://www.a11yproject.com/posts/2013-01-25-never-remove-css-outlines/) for more details.
### JS