HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6024

SVNBugCommentTime (UTC)
6024[Gecko] [Internet Explorer] [Opera] [Webkit] Pause a MediaController if all its slaves are paused, and make it so that the UA UI will unpause all the slaves when it unpauses a MediaController that is itself blocked because all its slaves are paused.2011-04-21 23:35
Index: source
===================================================================
--- source	(revision 6023)
+++ source	(revision 6024)
@@ -32140,7 +32140,9 @@
   element">blocked media elements</span>, or if any of its
   <span>slaved media elements</span> whose <span>autoplaying
   flag</span> is true still have a <code
-  title="dom-media-paused">paused</code> attribute that is true.</p>
+  title="dom-media-paused">paused</code> attribute that is true, or if
+  all of its <span>slaved media elements</span> have their <code
+  title="dom-media-paused">paused</code> attribute set to true.</p>
 
   <p>A <span>media element</span> is <dfn>blocked on its media
   controller</dfn> if the <code>MediaController</code> is a
@@ -36327,9 +36329,9 @@
   controller</span>, the user agent's user interface for pausing and
   unpausing playback, for seeking, for changing the rate of playback,
   for fast-forwarding or rewinding, and for muting or changing the
-  volume of audio must be implemented specifically in terms of the
-  <code>MediaController</code> API exposed on that <span>current media
-  controller</span>.</p>
+  volume of audio of the entire group must be implemented in terms of
+  the <code>MediaController</code> API exposed on that <span>current
+  media controller</span>.</p>
 <!--START w3c-html--><!--CONTROLLER-->
 
   <p>The "play" function in the user agent's interface must set the
@@ -36358,7 +36360,14 @@
   </p>
 
 <!--END w3c-html--><!--CONTROLLER-->
+  <p>When a <span>media element</span> has a <span>current media
+  controller</span>, and all the <span>slaved media elements</span> of
+  that <code>MediaController</code> are paused, the user agent should
+  unpause all the <span>slaved media elements</span> when the user
+  invokes a user agent interface control for beginning playback.</p>
+<!--START w3c-html--><!--CONTROLLER-->
 
+<!--END w3c-html--><!--CONTROLLER-->
   <p>When a <span>media element</span> has a <span>current media
   controller</span>, seeking must be implemented in terms of the <code
   title="dom-MediaController-seek">seek()</code> method on that

|