-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Comments
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. |
@claudiah12 see my comment about your other issue: #6335 (comment) |
@gkatsev , @mister-ben |
@damanV5 feel free to tackle this, such contributions are welcome! Please note the earlier linked comment about the localization challenges. It might be that |
@mister-ben I have raised #8985 in an attempt to fix this issue. Please let me know what do you think about this. |
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.
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
The text was updated successfully, but these errors were encountered: