Bug 63042
| Summary: | Implement event callback related to TextTracks | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anna Cavender <annacc> |
| Component: | Media | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Carlson
Also need to implement the 'addtrack' event.
Anna Cavender
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