[html5] r4112 - [e] (0) Say 'resource' instead of 'file' where it has confused people.

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 11 23:17:18 PDT 2009


Author: ianh
Date: 2009-10-11 23:17:16 -0700 (Sun, 11 Oct 2009)
New Revision: 4112

Modified:
   complete.html
   index
   source
Log:
[e] (0) Say 'resource' instead of 'file' where it has confused people.

Modified: complete.html
===================================================================
--- complete.html	2009-10-12 06:15:35 UTC (rev 4111)
+++ complete.html	2009-10-12 06:17:16 UTC (rev 4112)
@@ -5265,14 +5265,14 @@
    downloaded. The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#networking-task-source>networking task
    source</a>.</p>
 
-  </ol><p>If the user agent can determine the actual length of the file
+  </ol><p>If the user agent can determine the actual length of the resource
   being <a href=#fetch title=fetch>fetched</a> for an instance of this
   algorithm, and if that length is finite, then that length is the
   file's <dfn id=concept-fetch-total title=concept-fetch-total>size</dfn>. Otherwise, the
-  subject of the algorithm (that is, the file being fetched) has no
-  known <a href=#concept-fetch-total title=concept-fetch-total>size</a>. (For example,
-  the HTTP <code title=http-content-length>Content-Length</code>
-  header might provide this information.)</p>
+  subject of the algorithm (that is, the resource being fetched) has
+  no known <a href=#concept-fetch-total title=concept-fetch-total>size</a>. (For
+  example, the HTTP <code title=http-content-length>Content-Length</code> header might
+  provide this information.)</p>
 
   <p>The user agent must also keep track of the <dfn id=concept-fetch-loaded title=concept-fetch-loaded>number of bytes downloaded</dfn> for
   each instance of this algorithm. This number must exclude any

Modified: index
===================================================================
--- index	2009-10-12 06:15:35 UTC (rev 4111)
+++ index	2009-10-12 06:17:16 UTC (rev 4112)
@@ -5101,14 +5101,14 @@
    downloaded. The <a href=#task-source>task source</a> for these <a href=#concept-task title=concept-task>tasks</a> is the <a href=#networking-task-source>networking task
    source</a>.</p>
 
-  </ol><p>If the user agent can determine the actual length of the file
+  </ol><p>If the user agent can determine the actual length of the resource
   being <a href=#fetch title=fetch>fetched</a> for an instance of this
   algorithm, and if that length is finite, then that length is the
   file's <dfn id=concept-fetch-total title=concept-fetch-total>size</dfn>. Otherwise, the
-  subject of the algorithm (that is, the file being fetched) has no
-  known <a href=#concept-fetch-total title=concept-fetch-total>size</a>. (For example,
-  the HTTP <code title=http-content-length>Content-Length</code>
-  header might provide this information.)</p>
+  subject of the algorithm (that is, the resource being fetched) has
+  no known <a href=#concept-fetch-total title=concept-fetch-total>size</a>. (For
+  example, the HTTP <code title=http-content-length>Content-Length</code> header might
+  provide this information.)</p>
 
   <p>The user agent must also keep track of the <dfn id=concept-fetch-loaded title=concept-fetch-loaded>number of bytes downloaded</dfn> for
   each instance of this algorithm. This number must exclude any

Modified: source
===================================================================
--- source	2009-10-12 06:15:35 UTC (rev 4111)
+++ source	2009-10-12 06:17:16 UTC (rev 4112)
@@ -4797,14 +4797,15 @@
 
   </ol>
 
-  <p>If the user agent can determine the actual length of the file
+  <p>If the user agent can determine the actual length of the resource
   being <span title="fetch">fetched</span> for an instance of this
   algorithm, and if that length is finite, then that length is the
   file's <dfn title="concept-fetch-total">size</dfn>. Otherwise, the
-  subject of the algorithm (that is, the file being fetched) has no
-  known <span title="concept-fetch-total">size</span>. (For example,
-  the HTTP <code title="http-content-length">Content-Length</code>
-  header might provide this information.)</p>
+  subject of the algorithm (that is, the resource being fetched) has
+  no known <span title="concept-fetch-total">size</span>. (For
+  example, the HTTP <code
+  title="http-content-length">Content-Length</code> header might
+  provide this information.)</p>
 
   <p>The user agent must also keep track of the <dfn
   title="concept-fetch-loaded">number of bytes downloaded</dfn> for




More information about the Commit-Watchers mailing list