We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
axe-core
No response
axe-core button-name test should pass a <button> with linked <label for> based on HTML standard https://html.spec.whatwg.org/multipage/forms.html#category-label
button-name rule fails for <button> with accessible name defined by linked <label>
Button has a linked label, Chrome DevTools shows defined accessible name, axe-core button-name rule fails: https://codepen.io/a11yally/pen/dPbWxrv
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Product
axe-core
Product Version
No response
Latest Version
Issue Description
Expectation
axe-core button-name test should pass a <button> with linked <label for> based on HTML standard https://html.spec.whatwg.org/multipage/forms.html#category-label
Actual
button-name rule fails for <button> with accessible name defined by linked <label>
How to Reproduce
Button has a linked label, Chrome DevTools shows defined accessible name, axe-core button-name rule fails:
https://codepen.io/a11yally/pen/dPbWxrv
Additional context
N/A
The text was updated successfully, but these errors were encountered: