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
People using the landmarks navigation should know the difference between multiple navigation landmarks. This is done with the aria-label attribute.
Current Behavior
The tutorial outline has an aria-label, but not the main navigation
Steps to reproduce
Please provide detailed steps for reproducing the issue.
load page
run Axe or similar test
there should be no errors for duplicate/unlabeled landmarks
Suggested code update
<nav class="navbar navbar--fixed-top" aria-label="Main">
It would be good to update the outline label Current <nav class="pagination-nav docusaurus-mt-lg" aria-label="Docs pages navigation"> Updated <nav class="pagination-nav docusaurus-mt-lg" aria-label="Tutorial pages">
The text was updated successfully, but these errors were encountered:
Expected Behavior
People using the landmarks navigation should know the difference between multiple navigation landmarks. This is done with the aria-label attribute.
Current Behavior
The tutorial outline has an aria-label, but not the main navigation
Steps to reproduce
Please provide detailed steps for reproducing the issue.
Suggested code update
<nav class="navbar navbar--fixed-top" aria-label="Main">
It would be good to update the outline label
Current
<nav class="pagination-nav docusaurus-mt-lg" aria-label="Docs pages navigation">
Updated
<nav class="pagination-nav docusaurus-mt-lg" aria-label="Tutorial pages">
The text was updated successfully, but these errors were encountered: