spec/Overview.html 1.2047 2874 Clarify where the lack of 'autobuffer' s

Clarify where the lack of 'autobuffer' should cause a UA to stop
buffering. (credit: roc) (whatwg r2874)

Queue a task to fire a simple event called loadedmetadata at the element.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2047.html#fire-loadedmetadata

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2046&r2=1.2047&f=h
http://html5.org/tools/web-apps-tracker?from=2873&to=2874

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2046
retrieving revision 1.2047
diff -u -d -r1.2046 -r1.2047
--- Overview.html 26 Feb 2009 09:15:44 -0000 1.2046
+++ Overview.html 26 Feb 2009 09:19:49 -0000 1.2047
@@ -15415,10 +15415,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>

Received on Thursday, 26 February 2009 09:23:39 UTC