[html5] r3510 - [e] (0) Clarify what 'completely fetched the entire resource' means...

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 30 18:47:14 PDT 2009


Author: ianh
Date: 2009-07-30 18:47:12 -0700 (Thu, 30 Jul 2009)
New Revision: 3510

Modified:
   index
   source
Log:
[e] (0) Clarify what 'completely fetched the entire resource' means...

Modified: index
===================================================================
--- index	2009-07-31 01:28:42 UTC (rev 3509)
+++ index	2009-07-31 01:47:12 UTC (rev 3510)
@@ -21311,10 +21311,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>
 
@@ -72456,6 +72456,7 @@
   Ralf Stoltze,
   Ralph Giles,
   Raphael Champeimont,
+  Remco,
   Rene Saarsoo,
   Rene Stach,
   Rich Doughty,

Modified: source
===================================================================
--- source	2009-07-31 01:28:42 UTC (rev 3509)
+++ source	2009-07-31 01:47:12 UTC (rev 3510)
@@ -22980,10 +22980,13 @@
 
     </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>
 
@@ -85660,6 +85663,7 @@
   Ralf Stoltze,
   Ralph Giles,
   Raphael Champeimont,
+  Remco,
   Rene Saarsoo,
   Rene Stach,
   Rich Doughty,




More information about the Commit-Watchers mailing list