apertium-html-tools icon indicating copy to clipboard operation
apertium-html-tools copied to clipboard

Add missing accessible labels

Open sushain97 opened this issue 4 years ago • 2 comments
trafficstars

A bunch of elements need labels for screen readers, e.g. the language selectors, locale selectors, copy/clear buttons.

Also, we should probably be localizing the close modal sr-only buttons.

sushain97 avatar May 17 '21 04:05 sushain97

Hi, @sushain97  I would like to work on this issue since I'm new to opensource contribution therefore don't know from where to start. Can you please guide me how to go about solving this issue and assign this to me as I have to get started :)

Thanks in advance

Krish-bhardwaj avatar Jan 18 '22 05:01 Krish-bhardwaj

We do not assign issues to unknown outsiders. If you want to work on it, just fork the repo, go through the src/ folder and find any code that generates HTML elements and make sure those get the correct https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA attributes, then open a PR.

TinoDidriksen avatar Jan 18 '22 06:01 TinoDidriksen