Closed
Description
The following code snippet should not pass the image-alt
rule. The problem is that our has-alt
check passes as the image has an empty alt, but the image is not considered presentational because of role conflict resolution of the global aria-label
attribute.
<img src="img.jpg" id="violation11" alt="" aria-label="" />