tholman / github-corners

A fresher "Fork me on GitHub" callout.
http://tholman.com/github-corners
MIT License
4.93k stars 195 forks source link

Add the `title` attribute for accessibility. #19

Closed woneob closed 8 years ago

woneob commented 8 years ago

GitHub Corners is not provide vital information or information necessary for accessibility. Easily, if you add a title attribute, you can improve the accessibility.

<a href="#" class="github-corner" title="Fork me on GitHub">...</a>

title-attribute

tholman commented 8 years ago

Conversation happening in #13 ... but the crux of it, is that title isn't really the go - https://silktide.com/i-thought-title-text-improved-accessibility-i-was-wrong/

I'm looking into a better fix though... getting my hands on a screenreader too, to be sure.