Skip to content

Commit

Permalink
[e] (0) Make the spec not appear to contradict itself.
Browse files Browse the repository at this point in the history
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7117 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2012
1 parent bac2328 commit a5d5b23
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
13 changes: 6 additions & 7 deletions complete.html
Expand Up @@ -34473,7 +34473,12 @@ <h5 id=user-interface><span class=secno>4.8.10.13 </span>User interface</h5>
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
Expand All @@ -34496,12 +34501,6 @@ <h5 id=user-interface><span class=secno>4.8.10.13 </span>User interface</h5>
must be used.
</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
Expand Down
13 changes: 6 additions & 7 deletions index
Expand Up @@ -34473,7 +34473,12 @@ The General Relativistic Field Equations</pre>
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
Expand All @@ -34496,12 +34501,6 @@ The General Relativistic Field Equations</pre>
must be used.
</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
Expand Down
13 changes: 6 additions & 7 deletions source
Expand Up @@ -40161,7 +40161,12 @@ The Final Minute</pre>
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
Expand All @@ -40184,12 +40189,6 @@ The Final Minute</pre>
must be used.
</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
Expand Down

0 comments on commit a5d5b23

Please sign in to comment.