html5/spec Overview.html,1.3270,1.3271

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16854

Modified Files:
	Overview.html 
Log Message:
Say 'resource' instead of 'file' where it has confused people. (whatwg r4112)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3270
retrieving revision 1.3271
diff -u -d -r1.3270 -r1.3271
--- Overview.html	12 Oct 2009 06:04:40 -0000	1.3270
+++ Overview.html	12 Oct 2009 06:06:21 -0000	1.3271
@@ -4609,14 +4609,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

Received on Monday, 12 October 2009 06:06:26 UTC