Skip to content

Commit

Permalink
[e] (0) Clarify where the lack of 'autobuffer' should cause a UA to s…
Browse files Browse the repository at this point in the history
…top buffering. (credit: roc)

git-svn-id: http://svn.whatwg.org/webapps@2874 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 26, 2009
1 parent 3bb022c commit e460644
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -18768,10 +18768,11 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
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>

Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -20195,10 +20195,13 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down

0 comments on commit e460644

Please sign in to comment.