Skip to content

Commit

Permalink
docs: update dialog modal wai-aria link (#1594)
Browse files Browse the repository at this point in the history
The link was not available anymore
  • Loading branch information
fgiering authored Jan 30, 2025
1 parent 5215f58 commit 586c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/overview/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ These components are low-level enough to give you control over how you want to w

In a few simple steps, we've implemented a fully accessible Popover component, without having to worry about many of its complexities.

- Adheres to [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal) design pattern.
- Adheres to [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/) design pattern.
- Can be controlled or uncontrolled.
- Customize side, alignment, offsets, collision handling.
- Optionally render a pointing arrow.
Expand Down

0 comments on commit 586c25a

Please sign in to comment.