[html5] r7296 - [e] (0) This is all Anne's fault. Fixing https://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 29 11:55:24 PDT 2012
Author: ianh
Date: 2012-08-29 11:55:22 -0700 (Wed, 29 Aug 2012)
New Revision: 7296
Modified:
complete.html
index
source
Log:
[e] (0) This is all Anne's fault.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15992
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-08-29 18:22:32 UTC (rev 7295)
+++ complete.html 2012-08-29 18:55:22 UTC (rev 7296)
@@ -3985,7 +3985,7 @@
<li><dfn id=custom-request-headers>custom request headers</dfn>
<li><dfn id=simple-cross-origin-request>simple cross-origin request</dfn>
<li><dfn id=redirect-steps>redirect steps</dfn>
- <li><dfn id=credential-flag>credential flag</dfn>
+ <li><dfn id=omit-credentials-flag>omit credentials flag</dfn>
<li><dfn id=resource-sharing-check>resource sharing check</dfn>
</ul></dd>
@@ -8687,10 +8687,10 @@
<th> Brief description
<tbody><tr><td><dfn id=attr-crossorigin-anonymous-keyword title=attr-crossorigin-anonymous-keyword><code>anonymous</code></dfn>
<td><dfn id=attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</dfn>
- <td>Cross-origin CORS requests for the element will not have the <i>credentials flag</i> set.
+ <td>Cross-origin CORS requests for the element will have the <i><a href=#omit-credentials-flag>omit credentials flag</a></i> set.
<tr><td><dfn id=attr-crossorigin-use-credentials-keyword title=attr-crossorigin-use-credentials-keyword><code>use-credentials</code></dfn>
<td><dfn id=attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use Credentials</dfn>
- <td>Cross-origin CORS requests for the element will have the <i>credentials flag</i> set.
+ <td>Cross-origin CORS requests for the element will not have the <i><a href=#omit-credentials-flag>omit credentials flag</a></i> set.
</table><p>The empty string is also a valid keyword, and maps to the <a href=#attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</a> state. The
attribute's <i>invalid value default</i> is the <a href=#attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</a> state. The
<i>missing value default</i>, used when the attribute is omitted, is
@@ -8744,7 +8744,7 @@
<p>Otherwise, if the result of the <a href=#fetch>fetch</a> is a
redirect, and <var title="">result</var> still has no value,
then apply the CORS <a href=#redirect-steps>redirect steps</a>, with the CORS
- <a href=#credential-flag>credential flag</a> set to true and the <i>request
+ <a href=#omit-credentials-flag>omit credentials flag</a> not set and the <i>request
rules</i> being that the user agent continue to follow these
steps. If this resumes the <a href=#fetch>fetch</a> algorithm, then
return to the <i>loop</i> step. If it failed due to a failure of
@@ -8761,10 +8761,10 @@
step labeled <i>end</i> below.</p>
<p>Otherwise, perform a <a href=#resource-sharing-check>resource sharing check</a>,
- with the CORS <a href=#credential-flag>credential flag</a> set to true. If it
+ with the CORS <a href=#omit-credentials-flag>omit credentials flag</a> not set. If it
returns fail, then set <var title="">result</var> to the same
- value as <var title="">default</var>; otherwise, set <var title="">result</var> to <i>success</i>. Then, jump to the
- step labeled <i>end</i> below.</p>
+ value as <var title="">default</var>; otherwise, set <var title="">result</var> to <i>success</i>. Then, jump to the step
+ labeled <i>end</i> below.</p>
</li>
@@ -8825,11 +8825,10 @@
<p>Run these steps:</p>
<ol><li><p>Perform a <a href=#cross-origin-request>cross-origin request</a> with the
- <i>request URL</i> set to <var title="">URL</var>, the
- <i>source origin</i> set to <var title="">origin</var>, and the
- <i>credentials flag</i> set to true if <var title="">mode</var>
- is "<a href=#attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use
- Credentials</a>" and set to false otherwise. <a href=#refsCORS>[CORS]</a></li>
+ <i>request URL</i> set to <var title="">URL</var>, the <i>source
+ origin</i> set to <var title="">origin</var>, and the <i><a href=#omit-credentials-flag>omit
+ credentials flag</a></i> set if <var title="">mode</var> is "<a href=#attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</a>" and not set
+ otherwise. <a href=#refsCORS>[CORS]</a></li>
<li><p>Wait for the CORS <a href=#cross-origin-request-status>cross-origin request status</a>
to have a value.</li>
Modified: index
===================================================================
--- index 2012-08-29 18:22:32 UTC (rev 7295)
+++ index 2012-08-29 18:55:22 UTC (rev 7296)
@@ -3985,7 +3985,7 @@
<li><dfn id=custom-request-headers>custom request headers</dfn>
<li><dfn id=simple-cross-origin-request>simple cross-origin request</dfn>
<li><dfn id=redirect-steps>redirect steps</dfn>
- <li><dfn id=credential-flag>credential flag</dfn>
+ <li><dfn id=omit-credentials-flag>omit credentials flag</dfn>
<li><dfn id=resource-sharing-check>resource sharing check</dfn>
</ul></dd>
@@ -8687,10 +8687,10 @@
<th> Brief description
<tbody><tr><td><dfn id=attr-crossorigin-anonymous-keyword title=attr-crossorigin-anonymous-keyword><code>anonymous</code></dfn>
<td><dfn id=attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</dfn>
- <td>Cross-origin CORS requests for the element will not have the <i>credentials flag</i> set.
+ <td>Cross-origin CORS requests for the element will have the <i><a href=#omit-credentials-flag>omit credentials flag</a></i> set.
<tr><td><dfn id=attr-crossorigin-use-credentials-keyword title=attr-crossorigin-use-credentials-keyword><code>use-credentials</code></dfn>
<td><dfn id=attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use Credentials</dfn>
- <td>Cross-origin CORS requests for the element will have the <i>credentials flag</i> set.
+ <td>Cross-origin CORS requests for the element will not have the <i><a href=#omit-credentials-flag>omit credentials flag</a></i> set.
</table><p>The empty string is also a valid keyword, and maps to the <a href=#attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</a> state. The
attribute's <i>invalid value default</i> is the <a href=#attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</a> state. The
<i>missing value default</i>, used when the attribute is omitted, is
@@ -8744,7 +8744,7 @@
<p>Otherwise, if the result of the <a href=#fetch>fetch</a> is a
redirect, and <var title="">result</var> still has no value,
then apply the CORS <a href=#redirect-steps>redirect steps</a>, with the CORS
- <a href=#credential-flag>credential flag</a> set to true and the <i>request
+ <a href=#omit-credentials-flag>omit credentials flag</a> not set and the <i>request
rules</i> being that the user agent continue to follow these
steps. If this resumes the <a href=#fetch>fetch</a> algorithm, then
return to the <i>loop</i> step. If it failed due to a failure of
@@ -8761,10 +8761,10 @@
step labeled <i>end</i> below.</p>
<p>Otherwise, perform a <a href=#resource-sharing-check>resource sharing check</a>,
- with the CORS <a href=#credential-flag>credential flag</a> set to true. If it
+ with the CORS <a href=#omit-credentials-flag>omit credentials flag</a> not set. If it
returns fail, then set <var title="">result</var> to the same
- value as <var title="">default</var>; otherwise, set <var title="">result</var> to <i>success</i>. Then, jump to the
- step labeled <i>end</i> below.</p>
+ value as <var title="">default</var>; otherwise, set <var title="">result</var> to <i>success</i>. Then, jump to the step
+ labeled <i>end</i> below.</p>
</li>
@@ -8825,11 +8825,10 @@
<p>Run these steps:</p>
<ol><li><p>Perform a <a href=#cross-origin-request>cross-origin request</a> with the
- <i>request URL</i> set to <var title="">URL</var>, the
- <i>source origin</i> set to <var title="">origin</var>, and the
- <i>credentials flag</i> set to true if <var title="">mode</var>
- is "<a href=#attr-crossorigin-use-credentials title=attr-crossorigin-use-credentials>Use
- Credentials</a>" and set to false otherwise. <a href=#refsCORS>[CORS]</a></li>
+ <i>request URL</i> set to <var title="">URL</var>, the <i>source
+ origin</i> set to <var title="">origin</var>, and the <i><a href=#omit-credentials-flag>omit
+ credentials flag</a></i> set if <var title="">mode</var> is "<a href=#attr-crossorigin-anonymous title=attr-crossorigin-anonymous>Anonymous</a>" and not set
+ otherwise. <a href=#refsCORS>[CORS]</a></li>
<li><p>Wait for the CORS <a href=#cross-origin-request-status>cross-origin request status</a>
to have a value.</li>
Modified: source
===================================================================
--- source 2012-08-29 18:22:32 UTC (rev 7295)
+++ source 2012-08-29 18:55:22 UTC (rev 7296)
@@ -2910,7 +2910,7 @@
<li><dfn>custom request headers</dfn>
<li><dfn>simple cross-origin request</dfn>
<li><dfn>redirect steps</dfn>
- <li><dfn>credential flag</dfn>
+ <li><dfn>omit credentials flag</dfn>
<li><dfn>resource sharing check</dfn>
</ul>
@@ -8647,11 +8647,11 @@
<tr>
<td><dfn title="attr-crossorigin-anonymous-keyword"><code>anonymous</code></dfn>
<td><dfn title="attr-crossorigin-anonymous">Anonymous</dfn>
- <td>Cross-origin CORS requests for the element will not have the <i>credentials flag</i> set.
+ <td>Cross-origin CORS requests for the element will have the <i>omit credentials flag</i> set.
<tr>
<td><dfn title="attr-crossorigin-use-credentials-keyword"><code>use-credentials</code></dfn>
<td><dfn title="attr-crossorigin-use-credentials">Use Credentials</dfn>
- <td>Cross-origin CORS requests for the element will have the <i>credentials flag</i> set.
+ <td>Cross-origin CORS requests for the element will not have the <i>omit credentials flag</i> set.
</table>
<p>The empty string is also a valid keyword, and maps to the <span
@@ -8718,7 +8718,7 @@
<p>Otherwise, if the result of the <span>fetch</span> is a
redirect, and <var title="">result</var> still has no value,
then apply the CORS <span>redirect steps</span>, with the CORS
- <span>credential flag</span> set to true and the <i>request
+ <span>omit credentials flag</span> not set and the <i>request
rules</i> being that the user agent continue to follow these
steps. If this resumes the <span>fetch</span> algorithm, then
return to the <i>loop</i> step. If it failed due to a failure of
@@ -8737,11 +8737,11 @@
step labeled <i>end</i> below.</p>
<p>Otherwise, perform a <span>resource sharing check</span>,
- with the CORS <span>credential flag</span> set to true. If it
+ with the CORS <span>omit credentials flag</span> not set. If it
returns fail, then set <var title="">result</var> to the same
value as <var title="">default</var>; otherwise, set <var
- title="">result</var> to <i>success</i>. Then, jump to the
- step labeled <i>end</i> below.</p>
+ title="">result</var> to <i>success</i>. Then, jump to the step
+ labeled <i>end</i> below.</p>
</li>
@@ -8813,12 +8813,11 @@
<ol>
<li><p>Perform a <span>cross-origin request</span> with the
- <i>request URL</i> set to <var title="">URL</var>, the
- <i>source origin</i> set to <var title="">origin</var>, and the
- <i>credentials flag</i> set to true if <var title="">mode</var>
- is "<span title="attr-crossorigin-use-credentials">Use
- Credentials</span>" and set to false otherwise. <a
- href="#refsCORS">[CORS]</a></p></li>
+ <i>request URL</i> set to <var title="">URL</var>, the <i>source
+ origin</i> set to <var title="">origin</var>, and the <i>omit
+ credentials flag</i> set if <var title="">mode</var> is "<span
+ title="attr-crossorigin-anonymous">Anonymous</span>" and not set
+ otherwise. <a href="#refsCORS">[CORS]</a></p></li>
<li><p>Wait for the CORS <span>cross-origin request status</span>
to have a value.</p></li>
More information about the Commit-Watchers
mailing list