[html5] r8320 - [e] (0) Clarify what it means for an image to have an origin Fixing https://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 2 12:27:11 PST 2013
Author: ianh
Date: 2013-12-02 12:27:10 -0800 (Mon, 02 Dec 2013)
New Revision: 8320
Modified:
complete.html
index
source
Log:
[e] (0) Clarify what it means for an image to have an origin
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23930
Affected topics: Security
Modified: complete.html
===================================================================
--- complete.html 2013-12-02 20:22:21 UTC (rev 8319)
+++ complete.html 2013-12-02 20:27:10 UTC (rev 8320)
@@ -65137,19 +65137,17 @@
</dd>
- <dt>For images</dt>
+ <dt>For images of <code><a href=#the-img-element>img</a></code> elements</dt>
<dd>
- <dl class=switch><dt>If an image is the image of an <code><a href=#the-img-element>img</a></code> element and its image data is
- <a href=#cors-cross-origin>CORS-cross-origin</a></dt>
+ <dl class=switch><dt>If the image data is <a href=#cors-cross-origin>CORS-cross-origin</a></dt>
<dd>The <a href=#origin>origin</a> is a globally unique identifier assigned when the image is
created.</dd>
- <dt>If an image is the image of an <code><a href=#the-img-element>img</a></code> element and its image data is
- <a href=#cors-same-origin>CORS-same-origin</a></dt>
+ <dt>If the image data is <a href=#cors-same-origin>CORS-same-origin</a></dt>
<dd>The <a href=#origin>origin</a> is an <a href=#concept-origin-alias title=concept-origin-alias>alias</a> to 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>
Modified: index
===================================================================
--- index 2013-12-02 20:22:21 UTC (rev 8319)
+++ index 2013-12-02 20:27:10 UTC (rev 8320)
@@ -65137,19 +65137,17 @@
</dd>
- <dt>For images</dt>
+ <dt>For images of <code><a href=#the-img-element>img</a></code> elements</dt>
<dd>
- <dl class=switch><dt>If an image is the image of an <code><a href=#the-img-element>img</a></code> element and its image data is
- <a href=#cors-cross-origin>CORS-cross-origin</a></dt>
+ <dl class=switch><dt>If the image data is <a href=#cors-cross-origin>CORS-cross-origin</a></dt>
<dd>The <a href=#origin>origin</a> is a globally unique identifier assigned when the image is
created.</dd>
- <dt>If an image is the image of an <code><a href=#the-img-element>img</a></code> element and its image data is
- <a href=#cors-same-origin>CORS-same-origin</a></dt>
+ <dt>If the image data is <a href=#cors-same-origin>CORS-same-origin</a></dt>
<dd>The <a href=#origin>origin</a> is an <a href=#concept-origin-alias title=concept-origin-alias>alias</a> to 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>
Modified: source
===================================================================
--- source 2013-12-02 20:22:21 UTC (rev 8319)
+++ source 2013-12-02 20:27:10 UTC (rev 8320)
@@ -72505,21 +72505,19 @@
</dd>
- <dt>For images</dt>
+ <dt>For images of <code>img</code> elements</dt>
<dd>
<dl class="switch">
- <dt>If an image is the image of an <code>img</code> element and its image data is
- <span>CORS-cross-origin</span></dt>
+ <dt>If the image data is <span>CORS-cross-origin</span></dt>
<dd>The <span>origin</span> is a globally unique identifier assigned when the image is
created.</dd>
- <dt>If an image is the image of an <code>img</code> element and its image data is
- <span>CORS-same-origin</span></dt>
+ <dt>If the image data is <span>CORS-same-origin</span></dt>
<dd>The <span>origin</span> is an <span data-x="concept-origin-alias">alias</span> to the
<span>origin</span> of the <code>img</code> element's <code>Document</code>.</dd>
More information about the Commit-Watchers
mailing list