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

An ADA issue: «the ‘Google’ image link is missing alternative text stating the purpose of the link.» #41

Open
dmitrii-fediuk opened this issue Dec 1, 2018 · 0 comments
Labels

Comments

@dmitrii-fediuk
Copy link
Contributor

kitchencollection.com/storelocator/index/index

08

Code snippet

<img alt="" src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png" draggable="false" style="position: absolute; left: 0px; top: 0px; width: 66px; height: 26px; user-select: none; border: 0px; padding: 0px; margin: 0px;">

Rationale

Alternate text provides the information conveyed through images to the users in the form of text.
Alternate text is helpful for users with visual disabilities, learning disabilities, users browsing with text browsers etc. to understand the information conveyed using images.
Provide meaningful and descriptive alternate text for images that describes the purpose of the image.
However, if images are decorative then a descriptive alternate text is not required. Empty alternate text (alt=””) should be specified for decorative images to ensure that screen reader skips the same.

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

No branches or pull requests

1 participant