Track length on native HTML5 audio player is not verbalized, only current position.
Categories
(Toolkit :: Video/Audio Controls, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: charleyroy, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(3 files, 1 obsolete file)
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Updating the Accessibility Team's impact assessment to conform with the new triage guidelines. See https://wiki.mozilla.org/Accessibility/Triage for descriptions of these whiteboard flags.
Assignee | ||
Comment 5•4 years ago
|
||
Note that the duration/total time is already exposed as text (e.g. 0:00 / 1:10) in bdi.positionDurationBox. That is currently aria-hidden due to bug 1271765 comment 97, under the assumption that this info was already exposed by the scrubber. Unfortunately, the info isn't exposed by the scrubber. We're probably going to need to duplicate the content of bdi.positionDurationBox into the aria-valuetext attribute of the scrubber.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
-
Label it.
-
Expose the position and duration as its value text.
The raw numeric value exposed previously wasn't meaningful to users. -
Hide the progressBar for a11y.
While the scrubber and progressBar are visually combined, they are exposed as entirely separate controls for a11y.
As well as duplicating information, progress bars are automatically reported by screen readers even if they aren't focused, which intrudes on the audio being played.
Assignee | ||
Comment 7•4 years ago
|
||
Assignee | ||
Comment 8•4 years ago
|
||
Assignee | ||
Comment 9•4 years ago
|
||
-
Label it.
-
Expose the position and duration as its value text.
The raw numeric value exposed previously wasn't meaningful to users. -
Hide the progressBar for a11y.
While the scrubber and progressBar are visually combined, they are exposed as entirely separate controls for a11y.
As well as duplicating information, progress bars are automatically reported by screen readers even if they aren't focused, which intrudes on the audio being played.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0aa1e618b7a3
https://hg.mozilla.org/mozilla-central/rev/c109733bb089
https://hg.mozilla.org/mozilla-central/rev/b86f18e1e4db
Updated•1 years ago
|
Updated•1 years ago
|
Description
•