[Webkit-unassigned] [Bug 101347] New: track element removal should fire 'removetrack' event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 07:25:25 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101347

           Summary: track element removal should fire 'removetrack' event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com
                CC: webkit-bug-importer at group.apple.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list