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
I’ve searched for any related issues and avoided creating a duplicate issue.
What happened
There are two elements with the role “navigation” – the top nav (beginning with “VA Benefits and Health Care”) and the breadcrumbs – but only the breadcrumbs have a name (aria-label=”Breadcrumb”). As a result, if someone is navigating the site by landmark, it may be unclear what that first “navigation” landmark is for.
What I expected to happen
When a page has more than one "navigation" landmark, I expect each to be labeled so I know what type of navigation it is.
The main nav should have an aria-label: <nav aria-label="Main">
Bug Report
What happened
There are two elements with the role “navigation” – the top nav (beginning with “VA Benefits and Health Care”) and the breadcrumbs – but only the breadcrumbs have a name (
aria-label=”Breadcrumb”
). As a result, if someone is navigating the site by landmark, it may be unclear what that first “navigation” landmark is for.What I expected to happen
When a page has more than one "navigation" landmark, I expect each to be labeled so I know what type of navigation it is.
The main nav should have an aria-label:
<nav aria-label="Main">
Reproducing
Steps to reproduce:
Urgency
How urgent is this request? Please select the appropriate option below and/or provide details
Details
The text was updated successfully, but these errors were encountered: