#6291 closed defect (bug) (fixed)
Profile images need ALT attributes on Trac tickets
Reported by: | sabernhardt | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | has-patch |
Cc: |
Description
Accessibility: images are missing alt
attributes.
- The Reporter and Owner images are also linked, so their alternative text should describe the link destination. To differentiate each of these links from its next link (to other tickets that the reporter has opened or that the owner owns), this text could include "profile" after the username.
- For each comment, the profile image is part of the text link. Therefore, it does not need alternative text, but it still needs an empty
alt
attribute. - The Slack/IRC notifications could have empty
alt
attributes for their images as well. Alternative text like "chat discussion" might add some value, yet these images are mainly decorative.
Change History (6)
This ticket was mentioned in PR #70 on WordPress/wordpress.org by sabernhardt.
3 years ago
#1
- Keywords has-patch added
#2
@
3 years ago
- Owner set to dd32
- Status changed from new to reviewing
Thanks @sabernhardt This seems like a reasonable change, and the PR is appreciated!
Note: See
TracTickets for help on using
tickets.
alt="[username] profile"
for Reporter and Owner profile images.alt=""
attribute for commenters' profile images and Slack/IRC notifications.https://meta.trac.wordpress.org/ticket/6291