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

Profile page: Ensure aria labels are unique in social nav #98

Open
mejiaj opened this issue Mar 9, 2024 · 0 comments
Open

Profile page: Ensure aria labels are unique in social nav #98

mejiaj opened this issue Mar 9, 2024 · 0 comments
Labels
a11y Affects accessibility.

Comments

@mejiaj
Copy link
Collaborator

mejiaj commented Mar 9, 2024

Ensure there aren't duplicate aria labels with multiple social navs.

image

Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

To solve this problem, you need to fix the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable

Related Node
<nav class="bix-social-nav " aria-label="Social links">
@mejiaj mejiaj added the a11y Affects accessibility. label Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Affects accessibility.
Projects
None yet
Development

No branches or pull requests

1 participant