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

Time displays should have aria-labels with written out times #6336

Open
claudiah12 opened this issue Nov 26, 2019 · 5 comments
Open

Time displays should have aria-labels with written out times #6336

claudiah12 opened this issue Nov 26, 2019 · 5 comments
Assignees
Labels
a11y This item might affect the accessibility of the player

Comments

@claudiah12
Copy link
Contributor

Description

Times such as current time and duration are written in a timestamp format such as "0:20/14:05". Sighted users can parse this as time when they read it, but screen reader users will read this as simply numbers and punctuation rather than a human-understandable time with hours/minutes/seconds.

Steps to reproduce

Explain in detail the exact steps necessary to reproduce the issue.

  1. Turn on screen reader software
  2. Navigate to a timestamp such as the current time or duration
  3. The screen reader will read the timestamp string as numbers and punctuation rather than an understandable time

Results

Expected

If seek bar is at 0:20/14:05, then screen reader announces 'twenty seconds of 14 minutes, 5 seconds

Actual

If seek bar is at 0:20/14:05, then screen reader announces 'Zero colon zero colon twenty of fourteen colon one'.

Additional Information

Related to: #6335

@stale
Copy link

stale bot commented Jan 25, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the outdated Things closed automatically by stalebot label Jan 25, 2020
@stale stale bot closed this as completed Feb 2, 2020
@gkatsev gkatsev reopened this Apr 1, 2020
@stale stale bot removed the outdated Things closed automatically by stalebot label Apr 1, 2020
@gkatsev gkatsev added a11y This item might affect the accessibility of the player outdated Things closed automatically by stalebot labels Apr 1, 2020
@stale stale bot removed the outdated Things closed automatically by stalebot label Apr 1, 2020
@OwenEdwards
Copy link
Member

OwenEdwards commented Apr 19, 2020

@claudiah12 see my comment about your other issue: #6335 (comment)

@damanV5
Copy link
Contributor

damanV5 commented Feb 19, 2025

@gkatsev , @mister-ben
I want to contribute, please assign this to me.

@mister-ben
Copy link
Contributor

@damanV5 feel free to tackle this, such contributions are welcome! Please note the earlier linked comment about the localization challenges. It might be that <time datetime="PT30M10">30:10</time> could be helpful now, if there is sufficient support by screenreaders.

damanV5 added a commit to damanV5/video.js that referenced this issue Feb 22, 2025
damanV5 added a commit to damanV5/video.js that referenced this issue Feb 22, 2025
@damanV5
Copy link
Contributor

damanV5 commented Feb 22, 2025

@mister-ben I have raised #8985 in an attempt to fix this issue.

Please let me know what do you think about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y This item might affect the accessibility of the player
Projects
None yet
Development

No branches or pull requests

5 participants