wai-website
wai-website copied to clipboard
Current Main Navigation Not Highlighted
Expected behavior:
- Go to https://www.w3.org/WAI/planning/statements/minimal-example/
- At the main navigation:
- The current main navigation item (Planning & Policies) should have
aria-current
set tolocation
- The current main navigation item (Planning & Policies) should be highlighted (which is triggered by
aria-current="location"
)
Current behavior:
aria-current="location"
is not set.
(Edit to change aria-current="true"
to aria-current="location"
. The editors regret the error.)