[html5] r8600 - [giow] (3) Made 'addtrack' and other events fire on the media element task sourc [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 2 16:17:53 PDT 2014


Author: ianh
Date: 2014-05-02 16:17:50 -0700 (Fri, 02 May 2014)
New Revision: 8600

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Made 'addtrack' and other events fire on the media element task source.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25188
Affected topics: Video and Audio

Modified: complete.html
===================================================================
--- complete.html	2014-05-02 20:31:03 UTC (rev 8599)
+++ complete.html	2014-05-02 23:17:50 UTC (rev 8600)
@@ -28354,14 +28354,9 @@
    <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>
+  </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>
 
-  <!-- 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>
 
   <p>The <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code> and <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> attributes allow scripts to select which track

Modified: index
===================================================================
--- index	2014-05-02 20:31:03 UTC (rev 8599)
+++ index	2014-05-02 23:17:50 UTC (rev 8600)
@@ -28354,14 +28354,9 @@
    <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>
+  </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>
 
-  <!-- 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>
 
   <p>The <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code> and <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> attributes allow scripts to select which track

Modified: source
===================================================================
--- source	2014-05-02 20:31:03 UTC (rev 8599)
+++ source	2014-05-02 23:17:50 UTC (rev 8600)
@@ -30358,11 +30358,6 @@
     <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>




More information about the Commit-Watchers mailing list