Open
Description
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.
- Turn on screen reader software
- Navigate to a timestamp such as the current time or duration
- 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