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 · May be fixed by #382
Open

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

mejiaj opened this issue Mar 9, 2024 · 0 comments · May be fixed by #382
Assignees
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
@mejiaj mejiaj self-assigned this Mar 6, 2025
@mejiaj mejiaj linked a pull request Mar 6, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant