- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Sep 2010 22:39:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27858
Modified Files:
Overview.html
Log Message:
Define how to handle <img src='mailto:foo@example.com'> (whatwg r5451)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4345
retrieving revision 1.4346
diff -u -d -r1.4345 -r1.4346
--- Overview.html 8 Sep 2010 22:31:47 -0000 1.4345
+++ Overview.html 8 Sep 2010 22:39:55 -0000 1.4346
@@ -5431,6 +5431,18 @@
download instead of initiating a new one, then use the results of
the existing download instead of starting a new one.</p>
+ <p>Otherwise, if the resource is identified by an <a href="#absolute-url">absolute
+ URL</a> with a scheme that does not define a mechanism to
+ obtain the resource (e.g. it is a <code title="">mailto:</code>
+ URL) or that the user agent does not support, then act as if the
+ resource was an HTTP 204 No Content response with no other
+ metadata.</p>
+
+ <p>Otherwise, if the resource is identified by the
+ <a href="#url">URL</a> <dfn id="about:blank"><code>about:blank</code></dfn>, then the
+ resource is immediately available and consists of the empty
+ string, with no metadata.</p>
+
<p>Otherwise, at a time convenient to the user and the user agent,
download (or otherwise obtain) the resource, applying the
semantics of the relevant specifications (e.g. performing an HTTP
@@ -5447,11 +5459,6 @@
explicitly initiated from an <i title="">origin</i>, then <i title="">the origin that initiated the HTTP request</i> is <i title="">origin</i>. Otherwise, this is <i title="">a request from
a "privacy-sensitive" context</i>. <a href="#refsORIGIN">[ORIGIN]</a></p>
- <p>If the resource is identified by the <a href="#url">URL</a>
- <dfn id="about:blank"><code>about:blank</code></dfn>, then the resource is
- immediately available and consists of the empty string, with no
- metadata.</p>
-
</li>
<li>
Received on Wednesday, 8 September 2010 22:40:01 UTC