- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Feb 2009 09:19:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2284 Modified Files: Overview.html Log Message: Clarify where the lack of 'autobuffer' should cause a UA to stop buffering. (credit: roc) (whatwg r2874) Index: Overview.html =================================================================== 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:20:03 UTC