Skip to content

Commit

Permalink
[e] (0) Clarify what 'completely fetched the entire resource' means...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3510 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 31, 2009
1 parent 56ccb57 commit d5bf58d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -21311,10 +21311,10 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {

</dd>

</dl><p>When the user agent has completely fetched of the entire
<a href=#media-resource>media resource</a>, it must move on to the next
step. This might never happen, e.g. when streaming an infinite
resource such as Web radio.</p>
</dl><p>When the <a href=#networking-task-source>networking task source</a> has <a href=#queue-a-task title="queue a task">queued</a> the last <a href=#concept-task title=concept-task>task</a> as part of <a href=#fetch title=fetch>fetching</a> the <a href=#media-resource>media resource</a>
(i.e. once the download has completed), the user agent must move
on to the next step. This might never happen, e.g. when streaming
an infinite resource such as Web radio.</p>

</li>

Expand Down Expand Up @@ -72456,6 +72456,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Ralf Stoltze,
Ralph Giles,
Raphael Champeimont,
Remco,
Rene Saarsoo,
Rene Stach,
Rich Doughty,
Expand Down
12 changes: 8 additions & 4 deletions source
Expand Up @@ -22980,10 +22980,13 @@ interface <dfn>CueRangeCallback</dfn> {

</dl>

<p>When the user agent has completely fetched of the entire
<span>media resource</span>, it must move on to the next
step. This might never happen, e.g. when streaming an infinite
resource such as Web radio.</p>
<p>When the <span>networking task source</span> has <span
title="queue a task">queued</span> the last <span
title="concept-task">task</span> as part of <span
title="fetch">fetching</span> the <span>media resource</span>
(i.e. once the download has completed), the user agent must move
on to the next step. This might never happen, e.g. when streaming
an infinite resource such as Web radio.</p>

</li>

Expand Down Expand Up @@ -85660,6 +85663,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Ralf Stoltze,
Ralph Giles,
Raphael Champeimont,
Remco,
Rene Saarsoo,
Rene Stach,
Rich Doughty,
Expand Down

0 comments on commit d5bf58d

Please sign in to comment.