MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Add `alt` attributes to all Avatar images #631

Closed spaceninja closed 4 years ago

spaceninja commented 4 years ago

For accessibility reasons, every img element requires an alt attributes. For cases where the alt attribute adds no value, it's acceptable for the attribute to be empty.

@see https://davidwalsh.name/accessibility-tip-empty-alt-attributes

Fixes #624

spaceninja commented 4 years ago

Okay, I think I've addressed all your feedback.