Skip to content
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/ACCNAME discrepancy with `<img alt="" title="foo"> #602

Closed
cookiecrook opened this issue Jul 7, 2017 · 2 comments
Closed

WCAG/ACCNAME discrepancy with `<img alt="" title="foo"> #602

cookiecrook opened this issue Jul 7, 2017 · 2 comments
Assignees

Comments

@cookiecrook
Copy link
Contributor

The following text in ACCNAME:

"Otherwise, use the value as specified by a host language attribute."

Seems to literally means the value even if it's empty, which does not leave the exception covered by WCAG Success Criteria H67: https://www.w3.org/TR/WCAG20-TECHS/H67.html

For each image that should be ignored: Check that title attribute is either absent or empty. Check that alt attribute is present and empty. ...

Furthermore, both Blink and Gecko allow this behavior. WebKit currently matches the HTML-AAM and ACCNAME specs, but will likely change to match the other browser's behavior. https://webkit.org/b/173870

Test case 7 here:
https://bugs.webkit.org/attachment.cgi?id=314203

@cookiecrook
Copy link
Contributor Author

Similar issue in HTML-AAM w3c/html-aam#99

@jnurthen
Copy link
Member

This issue was moved to w3c/accname#27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants