RESOLVED FIXED 63042
Implement event callback related to TextTracks
https://bugs.webkit.org/show_bug.cgi?id=63042
Summary Implement event callback related to TextTracks
Anna Cavender
Reported 2011-06-20 20:28:14 PDT
Implement the following events: TextTrack: onload, onerror, oncuechange (the spec doesn't say, but I think these should propagate up to the <track> element as well, when applicable) TextTrackCue: onenter, onexit
Attachments
Eric Carlson
Comment 1 2011-10-29 12:28:00 PDT
Also need to implement the 'addtrack' event.
Anna Cavender
Comment 2 2011-11-14 13:55:01 PST
All <track> related events have been implemented. All that is left to be done is to sort and filter them before dispatch, and that is covered by this bug: https://bugs.webkit.org/show_bug.cgi?id=72171
Note You need to log in before you can comment on or make changes to this bug.