You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
and all report the image as "blank" but not as an image element (just as in a newline character or empty tag). Thus this isn't an accessibility problem.
The following code snippet should not pass the
image-alt
rule. The problem is that ourhas-alt
check passes as the image has an empty alt, but the image is not considered presentational because of role conflict resolution of the globalaria-label
attribute.The text was updated successfully, but these errors were encountered: