ubik23 / charactercreator

A frontend interface for creating characters in SVG.
Other
302 stars 78 forks source link

Serious accessibility issues #194

Open vlajna95 opened 3 years ago

vlajna95 commented 3 years ago

As a blind person, I'm using a screen-reader. The options in the menus really lack accessibility. Since I suppose they are based on images, I'd suggest adding alt attributes to them. That would really enhance the usability of the website for a blind or visually impaired person and requires just a simple edit. And about the colors... well, if possible it would be great to have their names displayed, or at least the RGB or hex values.

ubik23 commented 3 years ago

Hello Vlajna95, your concerns are valid though I cannot implement them all. The options in the menu is an easy fix to do but the images displayed are partial and in the SVG file format which doesn't allow for simple alt attributes. As for the colors, I think we can do that.

vlajna95 commented 3 years ago

Great, something is better than nothing. :) I'll research about labeling SVGs, maybe there is something doable.