[html5] r6941 - [e] (0) Drop old origin definitions that no longer matter. Affected topics: HTML [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 30 16:48:59 PST 2012
Author: ianh
Date: 2012-01-30 16:48:58 -0800 (Mon, 30 Jan 2012)
New Revision: 6941
Modified:
complete.html
index
source
Log:
[e] (0) Drop old origin definitions that no longer matter.
Affected topics: HTML, Security
Modified: complete.html
===================================================================
--- complete.html 2012-01-31 00:39:01 UTC (rev 6940)
+++ complete.html 2012-01-31 00:48:58 UTC (rev 6941)
@@ -62441,40 +62441,10 @@
<dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
<code><a href=#the-img-element>img</a></code> element's <code><a href=#document>Document</a></code>.</dd>
+ <!-- all image loads go through the "potentially CORS-enabled
+ fetch" algorithm so they're all either CORS-cross-origin or
+ CORS-same-origin if they succeed at all -->
-<!-- does anything depend on the origin of an image other than from <img>? If not, we can cut out the remainder of this <dl>: -->
-
- <dt>If an image was served over the network and has an address
- that uses a URL scheme with a server-based naming authority</dt>
-
- <dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
- image's <a href=#url>URL</a>.</dd>
-
-
- <dt>If an image was generated from a <a href=#data-protocol title="data
- protocol"><code title="">data:</code> URL</a> that was
- returned as the location of an HTTP redirect (<a href=#concept-http-equivalent-codes title=concept-http-equivalent-codes>or equivalent</a> in
- other protocols)</dt>
-
- <dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
- <a href=#url>URL</a> that redirected to the <a href=#data-protocol title="data
- protocol"><code title="">data:</code> URL</a>.</dd>
-
-
- <dt>If an image was generated from a <a href=#data-protocol title="data
- protocol"><code title="">data:</code> URL</a> found in another
- <code><a href=#document>Document</a></code> or in a script</dt>
-
- <dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
- <code><a href=#document>Document</a></code> or script that loaded that image.</dd>
-
-
- <dt>If an image was obtained in some other manner (e.g. a <a href=#data-protocol title="data protocol"><code title="">data:</code> URL</a>
- typed in by the user)</dt>
-
- <dd>The <a href=#origin>origin</a> is a globally unique identifier
- assigned when the image is created.</dd>
-
</dl></dd>
@@ -98247,6 +98217,7 @@
鵜飼文敏 (Fumitoshi Ukai),
Futomi Hatano,
Gavin Carothers,
+ Gavin Kistner,
Gareth Rees,
Garrett Smith,
Geoffrey Garen,
Modified: index
===================================================================
--- index 2012-01-31 00:39:01 UTC (rev 6940)
+++ index 2012-01-31 00:48:58 UTC (rev 6941)
@@ -62441,40 +62441,10 @@
<dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
<code><a href=#the-img-element>img</a></code> element's <code><a href=#document>Document</a></code>.</dd>
+ <!-- all image loads go through the "potentially CORS-enabled
+ fetch" algorithm so they're all either CORS-cross-origin or
+ CORS-same-origin if they succeed at all -->
-<!-- does anything depend on the origin of an image other than from <img>? If not, we can cut out the remainder of this <dl>: -->
-
- <dt>If an image was served over the network and has an address
- that uses a URL scheme with a server-based naming authority</dt>
-
- <dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
- image's <a href=#url>URL</a>.</dd>
-
-
- <dt>If an image was generated from a <a href=#data-protocol title="data
- protocol"><code title="">data:</code> URL</a> that was
- returned as the location of an HTTP redirect (<a href=#concept-http-equivalent-codes title=concept-http-equivalent-codes>or equivalent</a> in
- other protocols)</dt>
-
- <dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
- <a href=#url>URL</a> that redirected to the <a href=#data-protocol title="data
- protocol"><code title="">data:</code> URL</a>.</dd>
-
-
- <dt>If an image was generated from a <a href=#data-protocol title="data
- protocol"><code title="">data:</code> URL</a> found in another
- <code><a href=#document>Document</a></code> or in a script</dt>
-
- <dd>The <a href=#origin>origin</a> is the <a href=#origin>origin</a> of the
- <code><a href=#document>Document</a></code> or script that loaded that image.</dd>
-
-
- <dt>If an image was obtained in some other manner (e.g. a <a href=#data-protocol title="data protocol"><code title="">data:</code> URL</a>
- typed in by the user)</dt>
-
- <dd>The <a href=#origin>origin</a> is a globally unique identifier
- assigned when the image is created.</dd>
-
</dl></dd>
@@ -98247,6 +98217,7 @@
鵜飼文敏 (Fumitoshi Ukai),
Futomi Hatano,
Gavin Carothers,
+ Gavin Kistner,
Gareth Rees,
Garrett Smith,
Geoffrey Garen,
Modified: source
===================================================================
--- source 2012-01-31 00:39:01 UTC (rev 6940)
+++ source 2012-01-31 00:48:58 UTC (rev 6941)
@@ -73056,42 +73056,10 @@
<dd>The <span>origin</span> is the <span>origin</span> of the
<code>img</code> element's <code>Document</code>.</dd>
+ <!-- all image loads go through the "potentially CORS-enabled
+ fetch" algorithm so they're all either CORS-cross-origin or
+ CORS-same-origin if they succeed at all -->
-<!-- does anything depend on the origin of an image other than from <img>? If not, we can cut out the remainder of this <dl>: -->
-
- <dt>If an image was served over the network and has an address
- that uses a URL scheme with a server-based naming authority</dt>
-
- <dd>The <span>origin</span> is the <span>origin</span> of the
- image's <span>URL</span>.</dd>
-
-
- <dt>If an image was generated from a <span title="data
- protocol"><code title="">data:</code> URL</span> that was
- returned as the location of an HTTP redirect (<span
- title="concept-http-equivalent-codes">or equivalent</span> in
- other protocols)</dt>
-
- <dd>The <span>origin</span> is the <span>origin</span> of the
- <span>URL</span> that redirected to the <span title="data
- protocol"><code title="">data:</code> URL</span>.</dd>
-
-
- <dt>If an image was generated from a <span title="data
- protocol"><code title="">data:</code> URL</span> found in another
- <code>Document</code> or in a script</dt>
-
- <dd>The <span>origin</span> is the <span>origin</span> of the
- <code>Document</code> or script that loaded that image.</dd>
-
-
- <dt>If an image was obtained in some other manner (e.g. a <span
- title="data protocol"><code title="">data:</code> URL</span>
- typed in by the user)</dt>
-
- <dd>The <span>origin</span> is a globally unique identifier
- assigned when the image is created.</dd>
-
</dl>
</dd>
@@ -115104,6 +115072,7 @@
鵜飼文敏 (Fumitoshi Ukai),
Futomi Hatano,
Gavin Carothers,
+ Gavin Kistner,
Gareth Rees,
Garrett Smith,
Geoffrey Garen,
More information about the Commit-Watchers
mailing list