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

broken ARIA reference #153

Open
thekuiperbelt opened this issue Dec 3, 2019 · 1 comment
Open

broken ARIA reference #153

thekuiperbelt opened this issue Dec 3, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@thekuiperbelt
Copy link

thekuiperbelt commented Dec 3, 2019

Example page: https://soulmedicine.io/en/pathways/diy-online-safety/notes/note-1-how-many-sites-and-services-do-you-use & https://soulmedicine.io/en/profile

What It Means: An aria-labelledby or aria-describedby reference exists, but the target for the reference does not exist.

Why It Matters: ARIA labels and descriptions will not be presented if the element referenced does not exist in the page.

How to Fix It: Ensure the element referenced in the aria-labelledby or aria-describedby attribute value is present within the page and presents a proper label or description.

@sophieheb
Copy link
Contributor

Working on a fix.

@kyleecodes kyleecodes added the bug Something isn't working label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants