Closed
Bug 996333
Opened 11 years ago
Closed 9 years ago
[webvtt] Dispatch TextTrackCue enter and exit events
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
DUPLICATE
of bug 882718
People
(Reporter: rillian, Assigned: reyre)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed)
When their display state changes, individual TextTrackCue objects should queue 'enter' and 'exit' events when their display state changes as playback advances.
http://www.whatwg.org/specs/web-apps/current-work/#cue-events
Assignee | ||
Comment 1•10 years ago
|
||
I'll get a patch ready for this as well since we're tackling cuechange events now.
QA Contact: rick.eyre
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rick.eyre
QA Contact: rick.eyre
Comment 2•9 years ago
|
||
I'm looking into this since I need this event to be implemented. Just firing the events is easy, but doing it in the exact order required by the spec[1] probably requires that we move this logic to HTMLMediaElement.
I'm planning to implement this in the relatively inefficient way described by the spec (generate three lists of cues, generate events, sort events, sort tracks, etc.). We can optimize after it's correct.
[1] https://html.spec.whatwg.org/multipage/embedded-content.html#time-marches-on
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•