- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 10:45:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1313
Modified Files:
Overview.html
Log Message:
make 'fetch' support being called with a URL, since that is what the spec does all over the place anyway. (whatwg r4518)
Index: Overview.html
===================================================================
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:45:45 UTC