[html5] r4518 - [e] (0) make 'fetch' support being called with a URL, since that is what the spe [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 6 02:45:35 PST 2010
Author: ianh
Date: 2010-01-06 02:45:31 -0800 (Wed, 06 Jan 2010)
New Revision: 4518
Modified:
complete.html
index
source
Log:
[e] (0) make 'fetch' support being called with a URL, since that is what the spec does all over the place anyway.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8462
Modified: complete.html
===================================================================
--- complete.html 2010-01-06 10:40:51 UTC (rev 4517)
+++ complete.html 2010-01-06 10:45:31 UTC (rev 4518)
@@ -5070,9 +5070,10 @@
<h3 id=fetching-resources><span class=secno>2.6 </span>Fetching resources</h3>
- <p>When a user agent is to <dfn id=fetch>fetch</dfn> a resource, optionally
- from an origin <i title="">origin</i>, the following steps must be
- run:</p>
+ <p>When a user agent is to <dfn id=fetch>fetch</dfn> a resource or
+ <a href=#url>URL</a>, optionally from an origin <i title="">origin</i>,
+ the following steps must be run. (When a <em>URL</em> is to be
+ fetched, the URL identifies a resource to be obtained.)</p>
<ol><li><p>If the resource is identified by the <a href=#url>URL</a>
<dfn id=about:blank><code>about:blank</code></dfn>, then return the empty string
Modified: index
===================================================================
--- index 2010-01-06 10:40:51 UTC (rev 4517)
+++ index 2010-01-06 10:45:31 UTC (rev 4518)
@@ -4905,9 +4905,10 @@
<h3 id=fetching-resources><span class=secno>2.6 </span>Fetching resources</h3>
- <p>When a user agent is to <dfn id=fetch>fetch</dfn> a resource, optionally
- from an origin <i title="">origin</i>, the following steps must be
- run:</p>
+ <p>When a user agent is to <dfn id=fetch>fetch</dfn> a resource or
+ <a href=#url>URL</a>, optionally from an origin <i title="">origin</i>,
+ the following steps must be run. (When a <em>URL</em> is to be
+ fetched, the URL identifies a resource to be obtained.)</p>
<ol><li><p>If the resource is identified by the <a href=#url>URL</a>
<dfn id=about:blank><code>about:blank</code></dfn>, then return the empty string
Modified: source
===================================================================
--- source 2010-01-06 10:40:51 UTC (rev 4517)
+++ source 2010-01-06 10:45:31 UTC (rev 4518)
@@ -4547,9 +4547,10 @@
<h3>Fetching resources</h3>
- <p>When a user agent is to <dfn>fetch</dfn> a resource, optionally
- from an origin <i title="">origin</i>, the following steps must be
- run:</p>
+ <p>When a user agent is to <dfn>fetch</dfn> a resource or
+ <span>URL</span>, optionally from an origin <i title="">origin</i>,
+ the following steps must be run. (When a <em>URL</em> is to be
+ fetched, the URL identifies a resource to be obtained.)</p>
<ol>
More information about the Commit-Watchers
mailing list