Product
axe-core
Product Version
4.10.2
Latest Version
Issue Description
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.
ARIA in HTML is updating to indicate this is an allowed role for all the instances of where role=img was also allowed.
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=imageis 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=imgwas also allowed.