Skip to content

Commit a1fbc1d

Browse files
fix typo accessibility tree (#2378)
1 parent 84b49c0 commit a1fbc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/glossary/included-in-the-accessibility-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ For more details, see [examples of included in the accessibility tree][].
1515

1616
[Programmatically hidden](#programmatically-hidden) elements are removed from the accessibility tree. However, some browsers will leave [focusable](#focusable) elements with an `aria-hidden` attribute set to `true` in the accessibility tree. Because they are hidden, these elements are considered **not** included in the accessibility tree. This may cause confusion for users of assistive technologies because they may still be able to interact with these focusable elements using sequential keyboard navigation, even though the element should not be included in the accessibility tree.
1717

18-
[examples of included in the accessibility tree]: https://www.w3.org/WAI/standards-guidelines/act/rules/terms/included-in-the-accesibility-tree/examples/
18+
[examples of included in the accessibility tree]: https://www.w3.org/WAI/standards-guidelines/act/rules/terms/included-in-the-accessibility-ree/examples/

0 commit comments

Comments
 (0)