HTML5 Tracker

Diff (omit for latest revision)
Filter

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

SVNBugCommentTime (UTC)
7117Make the spec not appear to contradict itself.2012-06-05 00:16
Index: source
===================================================================
--- source	(revision 7116)
+++ source	(revision 7117)
@@ -40161,7 +40161,12 @@
   for fast-forwarding or rewinding, and for muting or changing the
   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>
+  media controller</span>. 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 also unpause all the <span>slaved
+  media elements</span> when the user invokes a user agent interface
+  control for beginning playback.</p>
 
   <p>The "play" function in the user agent's interface must set the
   <code title="">playbackRate</code> attribute to the value of the
@@ -40185,12 +40190,6 @@
   </p>
 
   <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>
-
-  <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-currentTime">currentTime</code> attribute
   on that <code>MediaController</code> object. Otherwise, the user

|