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
As described here
https://www.w3.org/TR/accname-aam-1.1/#mapping_additional_nd_te
An empty aria-labelledby attribute should be ignored, yet this code
<button aria-labelledby="">Button</button>
is raising a violation
The text was updated successfully, but these errors were encountered:
fix(rule): allow empty aria-labelledby values
18e18a7
Closes #372
fix(rule): Allow empty aria-labelledby values (#829)
d280c5f
adjust typos (dequelabs#372)
2eb89ef
No branches or pull requests
As described here
https://www.w3.org/TR/accname-aam-1.1/#mapping_additional_nd_te
An empty aria-labelledby attribute should be ignored, yet this code
<button aria-labelledby="">Button</button>
is raising a violation
The text was updated successfully, but these errors were encountered: