Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No audio feedback for screen readers when changing the slider value. #498

Open
1 task
obulat opened this issue Sep 22, 2022 · 1 comment
Open
1 task
Labels
♿️ aspect: a11y Concerns related to the project's accessibility 🛠 goal: fix Bug fix 🟨 priority: medium Not blocking but should be addressed soon 🧱 stack: frontend Related to the Nuxt frontend
Projects

Comments

@obulat
Copy link
Contributor

obulat commented Sep 22, 2022

Problem

No audio feedback for screen readers when changing the slider value.

Description

Screen readers should get feedback about the current position of the slider when using the left/right arrows, e.g. ‘0 minutes 12 seconds of 3 minutes 43’. The exact wording should be run by a screen reader user for preferences.

Additional context

Reported by Joe Dolson (https://make.wordpress.org/openverse/2022/09/07/frontend-release-v3-4-8-and-a-call-for-a11y-testing/#comment-95)
More details:

In testing, on a small percentage of tests, Enter moved the slider value instead of opening the audio page. I was unable to reliably reproduce this, so I’m not sure what was going on.

In NVDA/Firefox, the value ‘0:00’ was read as “midnight”. This appears to just be how NVDA interprets that pattern. I’m not sure there’s a good solution to that.

Implementation

  • 🙋 I would be interested in implementing this feature.
@obulat obulat added 🟨 priority: medium Not blocking but should be addressed soon ✨ goal: improvement Improvement to an existing user-facing feature ♿️ aspect: a11y Concerns related to the project's accessibility labels Sep 22, 2022
@obulat obulat transferred this issue from WordPress/openverse-frontend Feb 22, 2023
@obulat obulat added the 🧱 stack: frontend Related to the Nuxt frontend label Feb 22, 2023
@sarayourfriend sarayourfriend added 🛠 goal: fix Bug fix and removed ✨ goal: improvement Improvement to an existing user-facing feature labels May 23, 2024
@sarayourfriend
Copy link
Contributor

Changing this to a fix rather than improvement to reflect that it's a bug in the accessibility of the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♿️ aspect: a11y Concerns related to the project's accessibility 🛠 goal: fix Bug fix 🟨 priority: medium Not blocking but should be addressed soon 🧱 stack: frontend Related to the Nuxt frontend
2 participants