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
4.10.2
per the following test
<div role=image>foo</div>
the checker reports a"ARIA roles used must conform to valid values". role=image is a valid role which is supported by all browsers (wpt demonstrating role=image supported in all browsers.
role=image
ARIA in HTML is updating to indicate this is an allowed role for all the instances of where role=img was also allowed.
role=img
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Product
axe-core
Product Version
4.10.2
Latest Version
Issue Description
per the following test
the checker reports a"ARIA roles used must conform to valid values".
role=image
is a valid role which is supported by all browsers (wpt demonstrating role=image supported in all browsers.ARIA in HTML is updating to indicate this is an allowed role for all the instances of where
role=img
was also allowed.The text was updated successfully, but these errors were encountered: