Avatar Accessibility Issue
-
When an Avatar image is shown for each review, all of them have the same alt text of “Avatar” on the <img> tag. This is not compliant with basic web accessibility and flags a “Duplicate Alternative Text” warning.
In addition, the <a> link around this img also has an Aria Label of “aria-label=”Avatar” which is not contextual or helpful either. Ideally, you can remove the link’s aria-label and use the reviewer’s name dynamically for each img alt text instead of just “Avatar” for each one.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.