Skip to content

Commit e0def2e

Browse files
[docs] Fix dead link to APCA (#2148)
1 parent fc60975 commit e0def2e

File tree

1 file changed

+2
-1
lines changed
  • docs/src/app/(public)/(content)/react/overview/accessibility

1 file changed

+2
-1
lines changed

docs/src/app/(public)/(content)/react/overview/accessibility/page.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ WCAG provides [guidelines on focus appearance](https://www.w3.org/WAI/WCAG22/Und
3030

3131
## Color contrast
3232

33-
When styling elements, it's important to meet the minimum requirements for color contrast between each foreground element and its corresponding background element. Unless your application has strict requirements around compliance with current standards, consider adhering to [APCA](https://www.myndex.com/APCA/), which is slated to become the new standard in WCAG 3.
33+
When styling elements, it's important to meet the minimum requirements for color contrast between each foreground element and its corresponding background element.
34+
Unless your application has strict requirements around compliance with current standards, consider adhering to [APCA](https://apcacontrast.com/), which is slated to become the new standard in WCAG 3.
3435

3536
## Accessible labels
3637

0 commit comments

Comments
 (0)