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(label): avoid passing labels because of an input[value] #3688

Merged
merged 6 commits into from
Oct 4, 2022

Conversation

WilcoFiers
Copy link
Contributor

Avoid the value of an input / textarea / select element getting picked up as its label.

This problem is specifically with how the checks are running a partial accessible name computation, and were doing it incorrectly. This issue only exists on the implicit-label and explicit-label checks. I added tests to aria-labelledby to prove it didn't have this issue.

Closes issue: #3686

@WilcoFiers WilcoFiers requested a review from a team as a code owner September 28, 2022 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants