- From: poot <cvsmail@w3.org>
- Date: Thu, 9 Sep 2010 07:47:18 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define how to handle <img src='mailto:foo@example.com'> (whatwg
r5451)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4345&r2=1.4346&f=h
http://html5.org/tools/web-apps-tracker?from=5450&to=5451
===================================================================
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:39 UTC