Bug 63042 - Implement event callback related to TextTracks
Summary: Implement event callback related to TextTracks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 71054 71178
Blocks: 43668
  Show dependency treegraph
 
Reported: 2011-06-20 20:28 PDT by Anna Cavender
Modified: 2011-11-14 13:55 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Cavender 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
Comment 1 Eric Carlson 2011-10-29 12:28:00 PDT
Also need to implement the 'addtrack' event.
Comment 2 Anna Cavender 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