Skip to content

Commit b3b1b89

Browse files
authored
docs: update a11y docs for landmarks (#2996)
1 parent 1fb260a commit b3b1b89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/guide/best-practices/accessibility.md

-4
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ Users can navigate an application through headings. Having descriptive headings
127127
| form | role="form" | Collection of form-associated elements |
128128
| section | role="region" | Content that is relevant and that users will likely want to navigate to. Label must be provided for this element |
129129

130-
:::tip Tip:
131-
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).
132-
:::
133-
134130
[Read more about landmarks](https://www.w3.org/TR/wai-aria-1.2/#landmark_roles)
135131

136132
## Semantic Forms {#semantic-forms}

0 commit comments

Comments
 (0)