From 8907015cf7f1cb3cece00fd69ee5f5439a04c1b9 Mon Sep 17 00:00:00 2001 From: Ishaan Kapur <64529428+ishaanlabs-gg@users.noreply.github.com> Date: Fri, 3 Jul 2026 01:46:23 +0530 Subject: [PATCH] docs: clarify aside complementary role mapping --- .../aria/reference/roles/complementary_role/index.md | 4 ++-- files/en-us/web/html/reference/elements/aside/index.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/accessibility/aria/reference/roles/complementary_role/index.md b/files/en-us/web/accessibility/aria/reference/roles/complementary_role/index.md index f36dd885ae51cd7..fac0846eab21659 100644 --- a/files/en-us/web/accessibility/aria/reference/roles/complementary_role/index.md +++ b/files/en-us/web/accessibility/aria/reference/roles/complementary_role/index.md @@ -25,7 +25,7 @@ This is a sidebar containing links to project sponsors. The `complementary` role is [a landmark](/en-US/docs/Web/Accessibility/ARIA/Guides/Techniques#landmark_roles) role. Landmarks can be used by assistive technology to quickly identify and navigate to large sections of the document. Content listed within a container with the `complementary` landmark role should make sense if separated from the main content of the document. > [!NOTE] -> Using the {{HTMLElement('aside')}} element will automatically communicate a section has a role of `complementary`. Developers should always prefer using the correct semantic HTML element over using ARIA. +> Using the {{HTMLElement('aside')}} element will usually communicate a section has a role of `complementary`. When an `