camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
231 stars 286 forks source link

[Accessibility] Slides Page: Buttons do not have accessible name #969

Open nwanduka opened 3 weeks ago

nwanduka commented 3 weeks ago

Description The download and delete buttons do not have accessible names. When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers.

Screenshots image

Proposed Fix Add an aria-label attribute to the button elements