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
In a recent change to ARIA in HTML, images with an empty alt but having another "img naming method" (aria-label(ledby)) now have an implicit role of img.
We should had an example like <img alt aria-label="foo" /> to our "Image has accessible name rule".
Note that this change hasn't been reflected in the HTML AAM yet: w3c/html-aam#577
The text was updated successfully, but these errors were encountered:
In a recent change to ARIA in HTML, images with an empty
alt
but having another "img
naming method" (aria-label(ledby)
) now have an implicit role ofimg
.We should had an example like
<img alt aria-label="foo" />
to our "Image has accessible name rule".Note that this change hasn't been reflected in the HTML AAM yet: w3c/html-aam#577The text was updated successfully, but these errors were encountered: