-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WCAG/HTML name computation discrepancy with `<img alt="" title="foo"> #99
Comments
HTML-AAM also specifies this normative requirement in an non-normative note. The normative text does not include this "empty label" exception. |
Similar issue in w3c/aria#602 |
I think this is a reasonable change, as while it is a conformance error to use the empty alt, title with content pattern, it is useful for end users to get some accessible name in this case. |
I have removed the 'normative note' ;-) which should resolve the issue from the aam perspective. |
The following text in HTML-AAM:
Conflicts with WCAG Success Criteria H67: https://www.w3.org/TR/WCAG20-TECHS/H67.html
Furthermore, both Blink and Gecko allow this behavior. WebKit currently matches the HTML-AAM spec, but will likely change to match the other behavior. https://webkit.org/b/173870
Test case 7 here:
https://bugs.webkit.org/attachment.cgi?id=314203
The text was updated successfully, but these errors were encountered: