-
Notifications
You must be signed in to change notification settings - Fork 192
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
Duplicate Avatar Issue Page #483
Comments
@andrewmcgivery you use a software or addong to see that? it's not a bad practice to have a non-text element without a text alternative? |
I use WAVE addon by WebAIM. :) I also work at an educational institution in Ontario, Canada where we are under strict laws regarding accessibility. I am immersed in this stuff almost daily. :) It's actually GOOD practice to have "decorative" images have an empty alt. A screen reader will simply ignore that image. :) See: http://www.w3.org/TR/WCAG20-TECHS/H67.html and http://davidwalsh.name/accessibility-tip-empty-alt-attributes |
Good to know @andrewmcgivery thanks |
Cool, this makes sense. Also I had no idea. 🌈 ⭐ |
It's actually something that isn't as "mainstream" knowledge as it should be. Glad my knowledge could be of use though. :) |
Issue #483 - Use an empty alt for decorative avatar image.
So, if 1 person posts twice on an issue, it is causing a warning because of duplicated alt tags on the avatars.
That being said, it is technique a decorative image so we should probably give it an empty alt text anyways. This should fix the error and actually make the page better for screen reader issues anyways.
to
The text was updated successfully, but these errors were encountered: