RESOLVED DUPLICATE of bug 103421 Bug 101347
track element removal should fire 'removetrack' event
https://bugs.webkit.org/show_bug.cgi?id=101347
Summary track element removal should fire 'removetrack' event
Eric Carlson
Reported 2012-11-06 07:26:57 PST
When a track element's parent element changes and the old parent was a media element, then the user agent must remove the track element's corresponding text track from the media element's list of text tracks, and then queue a task to fire an event with the name removetrack, that does not bubble and is not cancelable, and that uses the TrackEvent interface, with the track attribute initialized to the text track's TextTrack object, at the media element's textTracks attribute's TextTrackList object. http://dev.w3.org/html5/spec/media-elements.html#sourcing-out-of-band-text-tracks
Attachments
Radar WebKit Bug Importer
Comment 1 2012-11-06 07:27:12 PST
Brendan Long
Comment 2 2013-11-22 13:21:51 PST
*** This bug has been marked as a duplicate of bug 103421 ***
Note You need to log in before you can comment on or make changes to this bug.