Skip to content

Commit

Permalink
[giow] (3) Made 'addtrack' and other events fire on the media element…
Browse files Browse the repository at this point in the history
… task source.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25188
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@8600 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 2, 2014
1 parent c1de476 commit 0140bd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
7 changes: 1 addition & 6 deletions complete.html
Expand Up @@ -28354,12 +28354,7 @@ <h6 id=audiotracklist-and-videotracklist-objects><span class=secno>4.7.10.10.1 <
<tbody><tr><td><dfn id=handler-tracklist-onchange title=handler-TrackList-onchange><code>onchange</code></dfn> <td> <code title=event-media-change><a href=#event-media-change>change</a></code>
<tr><td><dfn id=handler-tracklist-onaddtrack title=handler-TrackList-onaddtrack><code>onaddtrack</code></dfn> <td> <code title=event-media-addtrack><a href=#event-media-addtrack>addtrack</a></code>
<tr><td><dfn id=handler-tracklist-onremovetrack title=handler-TrackList-onremovetrack><code>onremovetrack</code></dfn> <td> <code title=event-media-removetrack><a href=#event-media-removetrack>removetrack</a></code>
</table><hr><p>The <a href=#task-source>task source</a> for the <a href=#concept-task title=concept-task>tasks</a> listed in this
section is the <a href=#dom-manipulation-task-source>DOM manipulation task source</a>.</p>

<!-- v2 should also fire an event when the list changes (but note that that should be on the media element event task source) -->

</div>
</table><!-- v2 should also fire an event when the list changes (but note that that should be on the media element event task source) --></div>


<h6 id=selecting-specific-audio-and-video-tracks-declaratively><span class=secno>4.7.10.10.2 </span>Selecting specific audio and video tracks declaratively</h6>
Expand Down
7 changes: 1 addition & 6 deletions index
Expand Up @@ -28354,12 +28354,7 @@ interface <dfn id=videotrack>VideoTrack</dfn> {
<tbody><tr><td><dfn id=handler-tracklist-onchange title=handler-TrackList-onchange><code>onchange</code></dfn> <td> <code title=event-media-change><a href=#event-media-change>change</a></code>
<tr><td><dfn id=handler-tracklist-onaddtrack title=handler-TrackList-onaddtrack><code>onaddtrack</code></dfn> <td> <code title=event-media-addtrack><a href=#event-media-addtrack>addtrack</a></code>
<tr><td><dfn id=handler-tracklist-onremovetrack title=handler-TrackList-onremovetrack><code>onremovetrack</code></dfn> <td> <code title=event-media-removetrack><a href=#event-media-removetrack>removetrack</a></code>
</table><hr><p>The <a href=#task-source>task source</a> for the <a href=#concept-task title=concept-task>tasks</a> listed in this
section is the <a href=#dom-manipulation-task-source>DOM manipulation task source</a>.</p>

<!-- v2 should also fire an event when the list changes (but note that that should be on the media element event task source) -->

</div>
</table><!-- v2 should also fire an event when the list changes (but note that that should be on the media element event task source) --></div>


<h6 id=selecting-specific-audio-and-video-tracks-declaratively><span class=secno>4.7.10.10.2 </span>Selecting specific audio and video tracks declaratively</h6>
Expand Down
5 changes: 0 additions & 5 deletions source
Expand Up @@ -30358,11 +30358,6 @@ interface <dfn>VideoTrack</dfn> {
<tr><td><dfn data-x="handler-TrackList-onremovetrack"><code>onremovetrack</code></dfn> <td> <code data-x="event-media-removetrack">removetrack</code>
</table>

<hr>

<p>The <span>task source</span> for the <span data-x="concept-task">tasks</span> listed in this
section is the <span>DOM manipulation task source</span>.</p>

<!-- v2 should also fire an event when the list changes (but note that that should be on the media element event task source) -->

</div>
Expand Down

0 comments on commit 0140bd1

Please sign in to comment.