Closed
Bug 952130
Opened 9 years ago
Closed 9 years ago
[WebVTT] Actually emit events when TextTrack::CueChanged() is called
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
INVALID
People
(Reporter: reyre, Assigned: reyre)
References
(Blocks 1 open bug)
Details
We have the set up for TextTrack's oncuechange event, calling TextTrack::CueChanged(), implementing the event, etc, but we don't actually emit an event when CueChanged() is called.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rick.eyre
Assignee | ||
Comment 1•9 years ago
|
||
I'm not really sure if we need TextTrack::CueChanged(). The oncuechange event only happens when a cue starts being active or stops being active. This means that the cue is being shown on the screen. The place to properly fire this event is in the time marches on algorithm.
Assignee | ||
Comment 2•9 years ago
|
||
See: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-cuechange And: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#time-marches-on step 16.
Assignee | ||
Comment 3•9 years ago
|
||
Resolving this as invalid since it doesn't match the spec.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•