Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a81cfc9

Browse files
fix: aria documentation link modified
Proper aria documentation link for alert is needed which now changed from accordin to alert in Calert Accessibility.md
1 parent e2cd65a commit a81cfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-core/src/CAlert/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alert | Accessibility ♿️
22

3-
This report is adapted to list the [WAI-ARIA Authoring practices for Alerts](https://www.w3.org/TR/wai-aria-practices-1.2/#accordion) supported by Chakra UI for the `CAlert` component.
3+
This report is adapted to list the [WAI-ARIA Authoring practices for Alerts](https://www.w3.org/TR/wai-aria-practices-1.2/#alert) supported by Chakra UI for the `CAlert` component.
44

55
### Description
66
An alert is an element that displays a brief, important message in a way that attracts the user's attention without interrupting the user's task. Dynamically rendered alerts are automatically announced by most screen readers, and in some operating systems, they may trigger an alert sound. It is important to note that, at this time, screen readers do not inform users of alerts that are present on the page before page load completes.

0 commit comments

Comments
 (0)