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
<inputtype="image" aria-label="aria-label only" /><!-- name: aria-label only --><inputtype="image"
aria-label="label alt and title, use label"
alt="label alt and title, use alt"
title="label alt and title, use title"
/><!-- name: label alt and title, use label --><inputtype="image" alt="alt only" /><!-- name: alt only --><inputtype="image" aria-label="" alt="empty label, alt" /><!-- name: empty label, alt --><inputtype="image" title="title only" /><!-- name: title only --><inputtype="image" aria-label="" title="empty label, title" /><!-- name: empty label, title --><inputtype="image" alt="" title="empty alt, title" /><!-- name: empty alt, title --><inputtype="image"
aria-label=""
alt=""
title="empty label, empty alt, title"
/><!-- name: empty label, empty alt, title --><inputtype="image" aria-label="" alt="" title="" /><!-- name: Submit Query -->
So, we seem to be correctly going to next step when encountering an empty string, which is the AAM intention 💯
See the clarification at w3c/html-aam#414 (comment)
The text was updated successfully, but these errors were encountered: