[html5] r2874 - [e] (0) Clarify where the lack of 'autobuffer' should cause a UA to stop bufferi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 26 01:19:44 PST 2009
Author: ianh
Date: 2009-02-26 01:19:43 -0800 (Thu, 26 Feb 2009)
New Revision: 2874
Modified:
index
source
Log:
[e] (0) Clarify where the lack of 'autobuffer' should cause a UA to stop buffering. (credit: roc)
Modified: index
===================================================================
--- index 2009-02-26 09:15:38 UTC (rev 2873)
+++ index 2009-02-26 09:19:43 UTC (rev 2874)
@@ -18768,10 +18768,11 @@
flag</a> to false. This stops <a href=#delay-the-load-event title="delay the load
event">delaying the load event</a>.</li>
- <li><p class=note>This is the point at which a user agent
- that is attempting to reduce network usage while still fetching
- the metadata for each <a href=#media-resource>media resource</a> would stop
- buffering, causing the <code title=dom-media-networkState><a href=#dom-media-networkstate>networkState</a></code> attribute to
+ <li><p class=note>Once the <code title=dom-media-readyState><a href=#dom-media-readystate>readyState</a></code> attribute
+ reaches <code title=dom-media-HAVE_CURRENT_DATA><a href=#dom-media-have_current_data>HAVE_CURRENT_DATA</a></code>, a
+ user agent that is attempting to reduce network usage while
+ still fetching the metadata for each <a href=#media-resource>media
+ resource</a> would stop buffering, causing the <code title=dom-media-networkState><a href=#dom-media-networkstate>networkState</a></code> attribute to
switch to the <code title=dom-media-NETWORK_IDLE><a href=#dom-media-network_idle>NETWORK_IDLE</a></code> value, if
the <a href=#media-element>media element</a> did not have an <code title=attr-media-autobuffer><a href=#attr-media-autobuffer>autobuffer</a></code> or <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code> attribute.</li>
Modified: source
===================================================================
--- source 2009-02-26 09:15:38 UTC (rev 2873)
+++ source 2009-02-26 09:19:43 UTC (rev 2874)
@@ -20195,10 +20195,13 @@
flag</span> to false. This stops <span title="delay the load
event">delaying the load event</span>.</p></li>
- <li><p class="note">This is the point at which a user agent
- that is attempting to reduce network usage while still fetching
- the metadata for each <span>media resource</span> would stop
- buffering, causing the <code
+ <li><p class="note">Once the <code
+ title="dom-media-readyState">readyState</code> attribute
+ reaches <code
+ title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</code>, a
+ user agent that is attempting to reduce network usage while
+ still fetching the metadata for each <span>media
+ resource</span> would stop buffering, causing the <code
title="dom-media-networkState">networkState</code> attribute to
switch to the <code
title="dom-media-NETWORK_IDLE">NETWORK_IDLE</code> value, if
More information about the Commit-Watchers
mailing list