From 9b7f2d3d5e4b652aac81d71f5f232d10fafadc01 Mon Sep 17 00:00:00 2001 From: Reza Baar <43455338+ranjbarreza@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:15:51 +0200 Subject: [PATCH] docs: update a11y docs for landmarks --- src/guide/best-practices/accessibility.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/guide/best-practices/accessibility.md b/src/guide/best-practices/accessibility.md index 479273f214..6f7d797fba 100644 --- a/src/guide/best-practices/accessibility.md +++ b/src/guide/best-practices/accessibility.md @@ -127,10 +127,6 @@ Users can navigate an application through headings. Having descriptive headings | form | role="form" | Collection of form-associated elements | | section | role="region" | Content that is relevant and that users will likely want to navigate to. Label must be provided for this element | -:::tip Tip: -It is recommended to use landmark HTML elements with redundant landmark role attributes in order to maximize compatibility with legacy [browsers that don’t support HTML5 semantic elements](https://caniuse.com/#feat=html5semantic). -::: - [Read more about landmarks](https://www.w3.org/TR/wai-aria-1.2/#landmark_roles) ## Semantic Forms {#semantic-forms}