From 8e031b10816b8affe697efbe3793d508ee0f0b9f Mon Sep 17 00:00:00 2001 From: "Dmitry.Titov" Date: Fri, 30 May 2025 21:17:56 -0300 Subject: [PATCH 1/2] fix link from ARIA dialog-modal --- src/content/reference/react-dom/createPortal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/react-dom/createPortal.md b/src/content/reference/react-dom/createPortal.md index c04510f80de..5717460df6c 100644 --- a/src/content/reference/react-dom/createPortal.md +++ b/src/content/reference/react-dom/createPortal.md @@ -240,7 +240,7 @@ export default function ModalContent({ onClose }) { It's important to make sure that your app is accessible when using portals. For instance, you may need to manage keyboard focus so that the user can move the focus in and out of the portal in a natural way. -Follow the [WAI-ARIA Modal Authoring Practices](https://www.w3.org/WAI/ARIA/apg/#dialog_modal) when creating modals. If you use a community package, ensure that it is accessible and follows these guidelines. +Follow the [WAI-ARIA Modal Authoring Practices](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal) when creating modals. If you use a community package, ensure that it is accessible and follows these guidelines. From 455e6013e1ca7693021416729e0ca54be7c0cd59 Mon Sep 17 00:00:00 2001 From: "Dmitry.Titov" Date: Fri, 30 May 2025 21:28:40 -0300 Subject: [PATCH 2/2] chore: trigger CLA recheck