[html5] r7117 - [e] (0) Make the spec not appear to contradict itself. Affected topics: Video an [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 4 17:16:01 PDT 2012
Author: ianh
Date: 2012-06-04 17:16:00 -0700 (Mon, 04 Jun 2012)
New Revision: 7117
Modified:
complete.html
index
source
Log:
[e] (0) Make the spec not appear to contradict itself.
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2012-06-05 00:13:30 UTC (rev 7116)
+++ complete.html 2012-06-05 00:16:00 UTC (rev 7117)
@@ -34473,7 +34473,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><a href=#mediacontroller>MediaController</a></code> API exposed on that <a href=#current-media-controller>current
- media controller</a>.</p>
+ media controller</a>. When a <a href=#media-element>media element</a> has a
+ <a href=#current-media-controller>current media controller</a>, and all the <a href=#slaved-media-elements>slaved
+ media elements</a> of that <code><a href=#mediacontroller>MediaController</a></code> are
+ paused, the user agent should also unpause all the <a href=#slaved-media-elements>slaved
+ media elements</a> 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
@@ -34497,12 +34502,6 @@
</p>
<p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media
- controller</a>, and all the <a href=#slaved-media-elements>slaved media elements</a> of
- that <code><a href=#mediacontroller>MediaController</a></code> are paused, the user agent should
- unpause all the <a href=#slaved-media-elements>slaved media elements</a> when the user
- invokes a user agent interface control for beginning playback.</p>
-
- <p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media
controller</a>, seeking must be implemented in terms of the <code title=dom-MediaController-currentTime><a href=#dom-mediacontroller-currenttime>currentTime</a></code> attribute
on that <code><a href=#mediacontroller>MediaController</a></code> object. Otherwise, the user
agent must directly <a href=#dom-media-seek title=dom-media-seek>seek</a> to the
Modified: index
===================================================================
--- index 2012-06-05 00:13:30 UTC (rev 7116)
+++ index 2012-06-05 00:16:00 UTC (rev 7117)
@@ -34473,7 +34473,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><a href=#mediacontroller>MediaController</a></code> API exposed on that <a href=#current-media-controller>current
- media controller</a>.</p>
+ media controller</a>. When a <a href=#media-element>media element</a> has a
+ <a href=#current-media-controller>current media controller</a>, and all the <a href=#slaved-media-elements>slaved
+ media elements</a> of that <code><a href=#mediacontroller>MediaController</a></code> are
+ paused, the user agent should also unpause all the <a href=#slaved-media-elements>slaved
+ media elements</a> 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
@@ -34497,12 +34502,6 @@
</p>
<p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media
- controller</a>, and all the <a href=#slaved-media-elements>slaved media elements</a> of
- that <code><a href=#mediacontroller>MediaController</a></code> are paused, the user agent should
- unpause all the <a href=#slaved-media-elements>slaved media elements</a> when the user
- invokes a user agent interface control for beginning playback.</p>
-
- <p>When a <a href=#media-element>media element</a> has a <a href=#current-media-controller>current media
controller</a>, seeking must be implemented in terms of the <code title=dom-MediaController-currentTime><a href=#dom-mediacontroller-currenttime>currentTime</a></code> attribute
on that <code><a href=#mediacontroller>MediaController</a></code> object. Otherwise, the user
agent must directly <a href=#dom-media-seek title=dom-media-seek>seek</a> to the
Modified: source
===================================================================
--- source 2012-06-05 00:13:30 UTC (rev 7116)
+++ source 2012-06-05 00:16:00 UTC (rev 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
More information about the Commit-Watchers
mailing list