-
Notifications
You must be signed in to change notification settings - Fork 78
image-accessible-name: improve examples #1300
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
Conversation
- add actual srcs - remove a bad example - update the example descriptions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of suggestions on top of @carlosapaduarte comments.
#### Failed Example 4 | ||
|
||
The HTML `img` element has an empty [accessible name][]. | ||
This `img` element has an empty [accessible name][] because the space in the `alt` attribute is trimmed off by the [accessible name computation](https://www.w3.org/TR/accname-1.1/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to expand the description to say that even if it is trimmed by accname computation, it still prevent alt
to be empty for role mappings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, good idea
Co-authored-by: carlosapaduarte <carlosapaduarte@gmail.com> Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
Made a couple of changes here:
Need for Final Call: 1 week