You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The technique clearly states , "When the nav element is employed more than once on a page, distinguish the navigation groups by using an aria-label or aria-labelledby attribute". This is in line with the text in ARIA11 that suggests multiple nav (or other repeated landmarks) elements to be disambiguated.
Example #2 "Multiple nav elements" for H97 supports the above.
It has:
What then are "Generic multiple nav elements" in example 3? The use of the term "best practice" confounds the practice for using aria-label / aria-labelledby to make nav regions distinct.
Essentially is there any difference between example #2 and #3?
Does it matter if the nav region is for primary nav, left-nav, breadcrumb nav etc.? If there are multiple nav regions they should be distinctly labelled and identifiable. No?
I request that this should be reviewed, the words "generic" and "best practice" be dropped.
Thanks,
Sailesh