CyberShadow / DFeed

D news aggregator, newsgroup client, web newsreader and IRC bot
http://forum.dlang.org/help#about
377 stars 35 forks source link

Improve Gravatar alt text, fix request fail design #132

Closed WebFreak001 closed 2 years ago

WebFreak001 commented 2 years ago

I have made this an API breaking change because I assume no other project is using that Gravatar function, so I replaced all the occurrences and to make the code more readable + prevent users from passing in empty alt texts, which is bad for accessibility.

Before: broken img alt text

After: Improved and fixed img alt texts

WebFreak001 commented 2 years ago

Separated the alt and title attributes now and added aria-label identical to title, both of which is now only included, whenever the links link to Gravatar.