- From: poot <cvsmail@w3.org>
- Date: Mon, 12 Oct 2009 15:06:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Say 'resource' instead of 'file' where it has confused people. (whatwg r4112) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3270&r2=1.3271&f=h http://html5.org/tools/web-apps-tracker?from=4111&to=4112 =================================================================== 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:07:05 UTC