Closed Bug 952130 Opened 11 years ago Closed 10 years ago

[WebVTT] Actually emit events when TextTrack::CueChanged() is called

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

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.
Blocks: webvtt
Assignee: nobody → rick.eyre
Depends on: 882718
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.
Resolving this as invalid since it doesn't match the spec.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.