Bug 63042

Summary: Implement event callback related to TextTracks
Product: WebKit Reporter: Anna Cavender <annacc>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, philipj, sam, webmaster
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 71054, 71178    
Bug Blocks: 43668    

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