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

Fix card-control aria attributes #3106

Open
oliverschuerch opened this issue May 24, 2024 · 0 comments · May be fixed by #3625
Open

Fix card-control aria attributes #3106

oliverschuerch opened this issue May 24, 2024 · 0 comments · May be fixed by #3625
Assignees

Comments

@oliverschuerch
Copy link
Contributor

When we use NVDA to select a post-card-control component, the screenreader always reads the label twice.
This happens, because the label is linked to the input by using the for attribute and also by mentioning it through its id within the aria-describedby attribute.

As soon as we remove the labels id, respectively remove the id from the aria-describedby attribute, everything is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🤬 Dev in review
Development

Successfully merging a pull request may close this issue.

4 participants