Skip to content

Commit

Permalink
[e] (0) Say 'resource' instead of 'file' where it has confused people.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4112 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2009
1 parent 2e3e7a8 commit 1c632eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -5265,14 +5265,14 @@ <h3 id=fetching-resources><span class=secno>2.6 </span>Fetching resources</h3>
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
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -5101,14 +5101,14 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -4797,14 +4797,15 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

</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
Expand Down

0 comments on commit 1c632eb

Please sign in to comment.