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    

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.