[html5] r8296 - [e] (0) Try to make this text less ambiguous regarding crossorigin=''. Fixing ht [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Nov 18 16:23:07 PST 2013
Author: ianh
Date: 2013-11-18 16:23:06 -0800 (Mon, 18 Nov 2013)
New Revision: 8296
Modified:
complete.html
index
source
Log:
[e] (0) Try to make this text less ambiguous regarding crossorigin=''.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23671
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-11-19 00:20:55 UTC (rev 8295)
+++ complete.html 2013-11-19 00:23:06 UTC (rev 8296)
@@ -12470,7 +12470,7 @@
<li>
<p>Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the resulting <a href=#absolute-url>absolute
- URL</a>, with the <i>mode</i> being the state of the element's <code title=attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i>
+ URL</a>, with the <i>mode</i> being the current state of the element's <code title=attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i>
being the <a href=#origin>origin</a> of the <code><a href=#the-link-element>link</a></code> element's <code><a href=#document>Document</a></code>, and the
<i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -20813,8 +20813,9 @@
<li>
+<!--CLEANUP-->
<p>⌛ Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the <a href=#absolute-url>absolute
- URL</a> that resulted from the earlier step, with the <i>mode</i> being the state of the
+ URL</a> that resulted from the earlier step, with the <i>mode</i> being the current state of the
element's <code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i> being 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>, and the <i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -51599,8 +51600,9 @@
<li>
+<!--CLEANUP-->
<p>Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the resulting
- <a href=#absolute-url>absolute URL</a>, with the <i>mode</i> being the state of the element's <code title=attr-script-crossorigin><a href=#attr-script-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i> being the <a href=#origin>origin</a> of the <code><a href=#the-script-element>script</a></code> element's
+ <a href=#absolute-url>absolute URL</a>, with the <i>mode</i> being the current state of the element's <code title=attr-script-crossorigin><a href=#attr-script-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i> being the <a href=#origin>origin</a> of the <code><a href=#the-script-element>script</a></code> element's
<code><a href=#document>Document</a></code>, and the <i>default origin behaviour</i> set to <i>taint</i>.</p>
<p>The resource obtained in this fashion can be either <a href=#cors-same-origin>CORS-same-origin</a> or
Modified: index
===================================================================
--- index 2013-11-19 00:20:55 UTC (rev 8295)
+++ index 2013-11-19 00:23:06 UTC (rev 8296)
@@ -12470,7 +12470,7 @@
<li>
<p>Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the resulting <a href=#absolute-url>absolute
- URL</a>, with the <i>mode</i> being the state of the element's <code title=attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i>
+ URL</a>, with the <i>mode</i> being the current state of the element's <code title=attr-link-crossorigin><a href=#attr-link-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i>
being the <a href=#origin>origin</a> of the <code><a href=#the-link-element>link</a></code> element's <code><a href=#document>Document</a></code>, and the
<i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -20813,8 +20813,9 @@
<li>
+<!--CLEANUP-->
<p>⌛ Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the <a href=#absolute-url>absolute
- URL</a> that resulted from the earlier step, with the <i>mode</i> being the state of the
+ URL</a> that resulted from the earlier step, with the <i>mode</i> being the current state of the
element's <code title=attr-img-crossorigin><a href=#attr-img-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i> being 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>, and the <i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -51599,8 +51600,9 @@
<li>
+<!--CLEANUP-->
<p>Do a <a href=#potentially-cors-enabled-fetch>potentially CORS-enabled fetch</a><!--FETCH--> of the resulting
- <a href=#absolute-url>absolute URL</a>, with the <i>mode</i> being the state of the element's <code title=attr-script-crossorigin><a href=#attr-script-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i> being the <a href=#origin>origin</a> of the <code><a href=#the-script-element>script</a></code> element's
+ <a href=#absolute-url>absolute URL</a>, with the <i>mode</i> being the current state of the element's <code title=attr-script-crossorigin><a href=#attr-script-crossorigin>crossorigin</a></code> content attribute, the <i title="">origin</i> being the <a href=#origin>origin</a> of the <code><a href=#the-script-element>script</a></code> element's
<code><a href=#document>Document</a></code>, and the <i>default origin behaviour</i> set to <i>taint</i>.</p>
<p>The resource obtained in this fashion can be either <a href=#cors-same-origin>CORS-same-origin</a> or
Modified: source
===================================================================
--- source 2013-11-19 00:20:55 UTC (rev 8295)
+++ source 2013-11-19 00:23:06 UTC (rev 8296)
@@ -12829,7 +12829,7 @@
<li>
<p>Do a <span>potentially CORS-enabled fetch</span><!--FETCH--> of the resulting <span>absolute
- URL</span>, with the <i>mode</i> being the state of the element's <code
+ URL</span>, with the <i>mode</i> being the current state of the element's <code
data-x="attr-link-crossorigin">crossorigin</code> content attribute, the <i data-x="">origin</i>
being the <span>origin</span> of the <code>link</code> element's <code>Document</code>, and the
<i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -21744,8 +21744,9 @@
<li>
+<!--CLEANUP-->
<p>⌛ Do a <span>potentially CORS-enabled fetch</span><!--FETCH--> of the <span>absolute
- URL</span> that resulted from the earlier step, with the <i>mode</i> being the state of the
+ URL</span> that resulted from the earlier step, with the <i>mode</i> being the current state of the
element's <code data-x="attr-img-crossorigin">crossorigin</code> content attribute, the <i
data-x="">origin</i> being the <span>origin</span> of the <code>img</code> element's
<code>Document</code>, and the <i>default origin behaviour</i> set to <i>taint</i>.</p>
@@ -56995,8 +56996,9 @@
<li>
+<!--CLEANUP-->
<p>Do a <span>potentially CORS-enabled fetch</span><!--FETCH--> of the resulting
- <span>absolute URL</span>, with the <i>mode</i> being the state of the element's <code
+ <span>absolute URL</span>, with the <i>mode</i> being the current state of the element's <code
data-x="attr-script-crossorigin">crossorigin</code> content attribute, the <i
data-x="">origin</i> being the <span>origin</span> of the <code>script</code> element's
<code>Document</code>, and the <i>default origin behaviour</i> set to <i>taint</i>.</p>
More information about the Commit-Watchers
mailing list