DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.94k stars 1.45k forks source link

empty alt="" attribute at Screenshots sections on main page #278

Closed zmila closed 2 years ago

zmila commented 2 years ago

Description

the Screenshots section display previews of different screenshots, but the img elements are without alt attribute. so the user can not hover mouse and understand what the screenshot is about.

Steps To Reproduce

No response

Expected behavior

just put some short description or name of the screen for each screenshot image inside the alt="" attribute

DevToys Version

main screen on devtoys.app

Relevant Assets/Logs

no logs, just UI accessibility defect

veler commented 2 years ago

Hello, Thanks for sharing this, we should have definitely put the alt attribute, sorry about that !

zmila commented 2 years ago

thank you!

please check the documentation, which attribute is needed, alt= or title=. i'm long time away from html standards, didn't remember now.

veler commented 2 years ago

Fixed it yesterday :)