Splode / pomotroid

:tomato: Simple and visually-pleasing Pomodoro timer
https://splode.github.io/pomotroid/
MIT License
4.36k stars 369 forks source link

Accessibility for screen reader users #147

Open sukiletxe opened 3 years ago

sukiletxe commented 3 years ago

First, thanks for this application! I like its customizations, sounds and hotkeys a lot (I've tried several today).

I'm having some issues regarding accessibility. I use a screen reader to navigate the computer (and phone, but that's not important), and this application poses some difficulties. Examples of screen readers are NVDA for Windows (and Narrator, most useful for Windows 10), VoiceOver for Mac and Orca for Linux.

I see you use svgs for some of these, check out Accessible SVGs for info on how to fix some of these.

Thanks again for this app! If you need testing (coding outsider code scares me somewhat as I might break the visuals), feel free to reply, also if you have any questions.

sukiletxe commented 3 years ago

Perhaps this codepen, which discusses how to make buttons with svgs accessibly is more appropriate.