- From: poot <cvsmail@w3.org>
- Date: Fri, 31 Jul 2009 10:47:44 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify what 'completely fetched the entire resource' means...
(whatwg r3510)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2707&r2=1.2708&f=h
http://html5.org/tools/web-apps-tracker?from=3509&to=3510
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2707
retrieving revision 1.2708
diff -u -d -r1.2707 -r1.2708
--- Overview.html 31 Jul 2009 01:28:48 -0000 1.2707
+++ Overview.html 31 Jul 2009 01:47:18 -0000 1.2708
@@ -18616,10 +18616,10 @@
</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>
@@ -66160,6 +66160,7 @@
Ralf Stoltze,
Ralph Giles,
Raphael Champeimont,
+ Remco,
Rene Saarsoo,
Rene Stach,
Rich Doughty,
Received on Friday, 31 July 2009 01:48:20 UTC