hixie: make 'fetch' support being called with a URL, since that is what the spec does all over the place anyway. (whatwg r4518)

hixie: make 'fetch' support being called with a URL, since that is what
the spec does all over the place anyway. (whatwg r4518)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3614&r2=1.3615&f=h
http://html5.org/tools/web-apps-tracker?from=4517&to=4518

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3614
retrieving revision 1.3615
diff -u -d -r1.3614 -r1.3615
--- Overview.html 6 Jan 2010 10:41:00 -0000 1.3614
+++ Overview.html 6 Jan 2010 10:45:40 -0000 1.3615
@@ -4479,9 +4479,10 @@
 
   <h3 id="fetching-resources"><span class="secno">2.6 </span>Fetching resources</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
-  <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

Received on Wednesday, 6 January 2010 10:46:18 UTC