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 `