Skip to content

Commit 22d2090

Browse files
authored
Update navigation-has-label.md
1 parent 46b8796 commit 22d2090

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/rules/accessibility/navigation-has-label.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ An accessible name ensures that one can distinguish between multiple navigation
88

99
If the navigation area begins with a heading, use the heading to label the navigation element using the `aria-labelledby` attribute. If there is no heading, then you may set `aria-label`. Make sure to format the text the same way you would visual text (Related: [aria-label is well formatted](./aria-label-is-well-formatted.md)).
1010

11+
### Assess whether a navigation landmark should be used
12+
13+
This rule will flag all navigation landmarks that don't have an accessible name. However, in some instances, a navigation landmark may not be appropriate at all. While addressing this rule, please assess whether or not the instance you're looking at _should_ be a navigation landmark, and follow-up accordingly.
14+
1115
## Resources
1216

1317
- [ARIA Landmarks Example](https://www.w3.org/WAI/ARIA/apg/example-index/landmarks/index.html)

0 commit comments

Comments
 (0)