Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: additional <nav> elements in partials need accessible names #3105

Closed
5 tasks done
knowler opened this issue Nov 25, 2022 · 0 comments · Fixed by #3179
Closed
5 tasks done

Bug: additional <nav> elements in partials need accessible names #3105

knowler opened this issue Nov 25, 2022 · 0 comments · Fixed by #3179
Assignees

Comments

@knowler
Copy link
Member

knowler commented Nov 25, 2022

Terms

Description

What's wrong?

The following <nav> elements need accessible names (i.e. can be set with aria-label or aria-labelledby).

Possible solutions

Use aria-label to set accessible names for these regions. Do not use the word “navigation” in the name (it’s redundant).

References

Steps To Reproduce

  1. This is the current state of the templates.

Expected Behavior

When there’s more than one navigation region on a page, they should have accessible names to distinguish them from each other.

Actual Behavior

These unnamed navigation regions might appear more prominent than they should be.

Relevant Log Output

No response

Versions

HEAD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant