[html5] r8585 - [giow] (0) restrained media controller should not stop being restrainted just be [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 28 17:18:24 PDT 2014
Author: ianh
Date: 2014-04-28 17:18:21 -0700 (Mon, 28 Apr 2014)
New Revision: 8585
Modified:
complete.html
index
source
Log:
[giow] (0) restrained media controller should not stop being restrainted just because the video elements haven't finished loading their content
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25429
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2014-04-29 00:10:35 UTC (rev 8584)
+++ complete.html 2014-04-29 00:18:21 UTC (rev 8585)
@@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 28 April 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 29 April 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -28866,10 +28866,9 @@
element</a> timeline.</li> <!-- i.e. "bring the media element up to speed with its new
media controller" -->
- </ol><p>A <code><a href=#mediacontroller>MediaController</a></code> is a <dfn id=restrained-media-controller>restrained media controller</dfn> if the
- <code><a href=#mediacontroller>MediaController</a></code> is a <a href=#playing-media-controller>playing media controller</a>, and none of its
- <a href=#slaved-media-elements>slaved media elements</a> are <a href=#blocked-media-element title="blocked media element">blocked media
- elements</a>, but either at least one of its <a href=#slaved-media-elements>slaved media elements</a> whose
+ </ol><!--CLEANUP--><p>A <code><a href=#mediacontroller>MediaController</a></code> is a <dfn id=restrained-media-controller>restrained media controller</dfn> if the
+ <code><a href=#mediacontroller>MediaController</a></code> is a <a href=#playing-media-controller>playing media controller</a>,
+ but either at least one of its <a href=#slaved-media-elements>slaved media elements</a> whose
<a href=#autoplaying-flag>autoplaying flag</a> is true still has its <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code>
attribute set to true, or, all of its <a href=#slaved-media-elements>slaved media elements</a> have their <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute set to true.</p>
Modified: index
===================================================================
--- index 2014-04-29 00:10:35 UTC (rev 8584)
+++ index 2014-04-29 00:18:21 UTC (rev 8585)
@@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 28 April 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 29 April 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -28866,10 +28866,9 @@
element</a> timeline.</li> <!-- i.e. "bring the media element up to speed with its new
media controller" -->
- </ol><p>A <code><a href=#mediacontroller>MediaController</a></code> is a <dfn id=restrained-media-controller>restrained media controller</dfn> if the
- <code><a href=#mediacontroller>MediaController</a></code> is a <a href=#playing-media-controller>playing media controller</a>, and none of its
- <a href=#slaved-media-elements>slaved media elements</a> are <a href=#blocked-media-element title="blocked media element">blocked media
- elements</a>, but either at least one of its <a href=#slaved-media-elements>slaved media elements</a> whose
+ </ol><!--CLEANUP--><p>A <code><a href=#mediacontroller>MediaController</a></code> is a <dfn id=restrained-media-controller>restrained media controller</dfn> if the
+ <code><a href=#mediacontroller>MediaController</a></code> is a <a href=#playing-media-controller>playing media controller</a>,
+ but either at least one of its <a href=#slaved-media-elements>slaved media elements</a> whose
<a href=#autoplaying-flag>autoplaying flag</a> is true still has its <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code>
attribute set to true, or, all of its <a href=#slaved-media-elements>slaved media elements</a> have their <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute set to true.</p>
Modified: source
===================================================================
--- source 2014-04-29 00:10:35 UTC (rev 8584)
+++ source 2014-04-29 00:18:21 UTC (rev 8585)
@@ -30922,10 +30922,10 @@
</ol>
+<!--CLEANUP-->
<p>A <code>MediaController</code> is a <dfn>restrained media controller</dfn> if the
- <code>MediaController</code> is a <span>playing media controller</span>, and none of its
- <span>slaved media elements</span> are <span data-x="blocked media element">blocked media
- elements</span>, but either at least one of its <span>slaved media elements</span> whose
+ <code>MediaController</code> is a <span>playing media controller</span>,
+ but either at least one of its <span>slaved media elements</span> whose
<span>autoplaying flag</span> is true still has its <code data-x="dom-media-paused">paused</code>
attribute set to true, or, all of its <span>slaved media elements</span> have their <code
data-x="dom-media-paused">paused</code> attribute set to true.</p>
More information about the Commit-Watchers
mailing list