[Bug 22035] The "removetrack" and "addtrack" events are out of sync with their HTML5 media definitions

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22035

--- Comment #3 from Jerry Smith <jdsmith@microsoft.com> ---
Slightly streamlined wording:

2.2 Methods – removeSourceBuffer
5.3.4  Queue a task to fire a trusted event named removetrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
SourceBuffer audioTracks list.

5.3.6  Queue a task to fire a trusted event named removetrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
HTMLMediaElement audioTracks list.

7.3.4  Queue a task to fire a trusted event named removetrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
SourceBuffer videoTracks list.

7.3.6  Queue a task to fire a trusted event named removetrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
HTMLMediaElement videoTracks list.

9.3.4  Queue a task to fire a trusted event named removetrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
SourceBuffer textTracks list.

9.3.6  Queue a task to fire a trusted event named removetrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
HTMLMediaElement textTracks list.

3.5.6 Initialization Segment Received
5.1.5  Queue a task to fire a trusted event named addtrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
AudioTrackList object referenced by the audioTracks attribute on this
SourceBuffer object.

5.1.7  Queue a task to fire a trusted event named addtrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
AudioTrackList object referenced by the audioTracks attribute on the
HTMLMediaElement.

5.2.5  Queue a task to fire a trusted event named addtrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
VideoTrackList object referenced by the videoTracks attribute on this
SourceBuffer object.

5.2.7  Queue a task to fire a trusted event named addtrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
VideoTrackList object referenced by the videoTracks attribute on the
HTMLMediaElement.

5.3.4  Queue a task to fire a trusted event named addtrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
TextTrackList object referenced by the textTracks attribute on this
SourceBuffer object.

5.3.6  Queue a task to fire a trusted event named addtrack, that does not
bubble and is not cancelable, and that uses the TrackEvent interface, at the
TextTrackList object referenced by the textTracks attribute on the
HTMLMediaElement.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 24 May 2013 20:19:41 UTC