mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Fix link to new URL (#5281)
This commit is contained in:
committed by
GitHub
parent
6031b0005f
commit
cfa9498466
@@ -376,7 +376,7 @@ These are toolboxes filled with HTML attributes that are fully supported in JSX
|
||||
|
||||
Each type of widget has a specific design pattern and is expected to function in a certain way by users and user agents alike:
|
||||
|
||||
- [WAI-ARIA Authoring Practices - Design Patterns and Widgets](https://www.w3.org/TR/wai-aria-practices/#aria_ex)
|
||||
- [ARIA Authoring Practices Guide (APG) - Design Patterns and Examples](https://www.w3.org/WAI/ARIA/apg/patterns/)
|
||||
- [Heydon Pickering - ARIA Examples](https://heydonworks.com/article/practical-aria-examples/)
|
||||
- [Inclusive Components](https://inclusive-components.design/)
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ A typical use case for portals is when a parent component has an `overflow: hidd
|
||||
>
|
||||
> When working with portals, remember that [managing keyboard focus](/docs/accessibility.html#programmatically-managing-focus) becomes very important.
|
||||
>
|
||||
> For modal dialogs, ensure that everyone can interact with them by following the [WAI-ARIA Modal Authoring Practices](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal).
|
||||
> For modal dialogs, ensure that everyone can interact with them by following the [WAI-ARIA Modal Authoring Practices](https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal/).
|
||||
|
||||
[**Try it on CodePen**](https://codepen.io/gaearon/pen/yzMaBd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user