[html5] r5983 - [e] (0) Mention that turning tracks on and off when affected by a MediaControlle [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 11 16:23:40 PDT 2011


Author: ianh
Date: 2011-04-11 16:23:39 -0700 (Mon, 11 Apr 2011)
New Revision: 5983

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that turning tracks on and off when affected by a MediaController might have qoi issues.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12367

Modified: complete.html
===================================================================
--- complete.html	2011-04-11 09:01:03 UTC (rev 5982)
+++ complete.html	2011-04-11 23:23:39 UTC (rev 5983)
@@ -32980,6 +32980,15 @@
   buffer everything and allow the user to seek through the earlier
   material, pause it, play it forwards and backwards, etc.</p>
 
+<!--CONTROLLER-->
+  <p>When multiple tracks are synchronised with a
+  <code><a href=#mediacontroller>MediaController</a></code>, it is possible for scripts to add and
+  remove media elements from the <code><a href=#mediacontroller>MediaController</a></code>'s list
+  of <a href=#slaved-media-elements>slaved media elements</a>, even while these tracks are
+  playing. How smoothly the media plays back in such situations is
+  another quality-of-implementation issue.</p>
+<!--CONTROLLER-->
+
   <hr><p>When a <a href=#media-element>media element</a> that is paused is <a href=#remove-an-element-from-a-document title="remove an element from a document">removed from a
   document</a> and not reinserted before the next time the
   <a href=#event-loop>event loop</a> spins, implementations that are resource

Modified: index
===================================================================
--- index	2011-04-11 09:01:03 UTC (rev 5982)
+++ index	2011-04-11 23:23:39 UTC (rev 5983)
@@ -32964,6 +32964,15 @@
   buffer everything and allow the user to seek through the earlier
   material, pause it, play it forwards and backwards, etc.</p>
 
+<!--CONTROLLER-->
+  <p>When multiple tracks are synchronised with a
+  <code><a href=#mediacontroller>MediaController</a></code>, it is possible for scripts to add and
+  remove media elements from the <code><a href=#mediacontroller>MediaController</a></code>'s list
+  of <a href=#slaved-media-elements>slaved media elements</a>, even while these tracks are
+  playing. How smoothly the media plays back in such situations is
+  another quality-of-implementation issue.</p>
+<!--CONTROLLER-->
+
   <hr><p>When a <a href=#media-element>media element</a> that is paused is <a href=#remove-an-element-from-a-document title="remove an element from a document">removed from a
   document</a> and not reinserted before the next time the
   <a href=#event-loop>event loop</a> spins, implementations that are resource

Modified: source
===================================================================
--- source	2011-04-11 09:01:03 UTC (rev 5982)
+++ source	2011-04-11 23:23:39 UTC (rev 5983)
@@ -36160,6 +36160,15 @@
   buffer everything and allow the user to seek through the earlier
   material, pause it, play it forwards and backwards, etc.</p>
 
+<!--END w3c-html--><!--CONTROLLER-->
+  <p>When multiple tracks are synchronised with a
+  <code>MediaController</code>, it is possible for scripts to add and
+  remove media elements from the <code>MediaController</code>'s list
+  of <span>slaved media elements</span>, even while these tracks are
+  playing. How smoothly the media plays back in such situations is
+  another quality-of-implementation issue.</p>
+<!--START w3c-html--><!--CONTROLLER-->
+
   <hr>
 
   <p>When a <span>media element</span> that is paused is <span




More information about the Commit-Watchers mailing list