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

Image needs alternative text #8

Closed
aardrian opened this issue Jun 2, 2016 · 1 comment
Closed

Image needs alternative text #8

aardrian opened this issue Jun 2, 2016 · 1 comment

Comments

@aardrian
Copy link

aardrian commented Jun 2, 2016

In the output code I see that the <img> element has not alt attribute. I see that the surrounding <a href> has a title attribute.

I suggest using the value of the title attribute as the value of an alt attribute on the <img>.

For example, this:

<li><a href="…" target="_blank" title="Tweet"><img src="images/flat_web_icon_set/color/Twitter.png"></a></li>

Becomes this:

<li><a href="…" target="_blank" title="Tweet"><img src="images/flat_web_icon_set/color/Twitter.png" alt="Tweet"></a></li>
@stefanbohacek
Copy link
Owner

@aardrian Done, thanks for opening the issue!

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

No branches or pull requests

2 participants