camicroscope / caMicroscope

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

[Accessibility] Slides Page: Inaccessible button symbol and instruction for slide preview #993

Closed nwanduka closed 4 months ago

nwanduka commented 4 months ago

Describe the bug To upload a slide, users have to follow a set of instructions. The third step says to "Click on the (arrow symbol) button to get check a preview of the slide". This instruction relies solely on shape and color to understand the content and so fails the sensory characteristics criterion of the WCAG standards. Plus, the arrow symbol cannot be read by a screen reader.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Slides' on the nav bar
  2. Click on 'upload' button

Expected behavior Replace the arrow symbol with a descriptive text label that conveys the action. For example, instead of relying on just the arrow symbol, use "Preview Slide" or "Check Slide Preview" as the label.

Screenshots image

image