Quansight-Labs / jupyterlab-accessible-themes

♿️🎨 An access-centred implementation of the JupyterLab default themes
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

AUDIT - Status bar text instructions #30

Open isabela-pf opened 2 years ago

isabela-pf commented 2 years ago

Background

In the status bar, there may be instructions for how to use certain commands. Any instructions need to have a text form to ensure they aren't relying on content that may not be perceptible to all users.

From the 3.2.0 review

  • [ ] Instructions for understanding and operating content do not rely solely on 1.3.3
  • [x] shape
  • [ ] color
  • [x] size
  • [ ] visual location

They may rely on proximity to other content?

  • [x] orientation
  • [x] sound

JupyterLab doesn't use sound. This is about ensuring that there are text versions of instructions, but I'm not sure how to check this at a high-level.

Tests

References