[html5] r7342 - [e] (0) update for CORS Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 13 08:15:28 PDT 2012


Author: ianh
Date: 2012-09-13 08:15:27 -0700 (Thu, 13 Sep 2012)
New Revision: 7342

Modified:
   complete.html
   index
   source
Log:
[e] (0) update for CORS
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-12 23:14:45 UTC (rev 7341)
+++ complete.html	2012-09-13 15:15:27 UTC (rev 7342)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 12 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 13 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -8891,11 +8891,12 @@
     <p>Run these steps:</p>
 
     <ol><li><p>Perform a <a href=#cross-origin-request>cross-origin request</a><!--FETCH-->
-     with the <i>request URL</i> set to <var title="">URL</var>, using
-     <var title="">referrer source</var> if one was specified, with
-     the <i>source origin</i> set to <var title="">origin</var>, and
-     with 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>
+     with the <i>request URL</i> set to <var title="">URL</var>, with
+     the CORS <i title="">referrer source</i> set to <var title="">referrer source</var> if one was specified, the
+     <i>source origin</i> set to <var title="">origin</var>, and with
+     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-09-12 23:14:45 UTC (rev 7341)
+++ index	2012-09-13 15:15:27 UTC (rev 7342)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 12 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 13 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -8891,11 +8891,12 @@
     <p>Run these steps:</p>
 
     <ol><li><p>Perform a <a href=#cross-origin-request>cross-origin request</a><!--FETCH-->
-     with the <i>request URL</i> set to <var title="">URL</var>, using
-     <var title="">referrer source</var> if one was specified, with
-     the <i>source origin</i> set to <var title="">origin</var>, and
-     with 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>
+     with the <i>request URL</i> set to <var title="">URL</var>, with
+     the CORS <i title="">referrer source</i> set to <var title="">referrer source</var> if one was specified, the
+     <i>source origin</i> set to <var title="">origin</var>, and with
+     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-09-12 23:14:45 UTC (rev 7341)
+++ source	2012-09-13 15:15:27 UTC (rev 7342)
@@ -8886,13 +8886,13 @@
     <ol>
 
      <li><p>Perform a <span>cross-origin request</span><!--FETCH-->
-     with the <i>request URL</i> set to <var title="">URL</var>, using
-     <var title="">referrer source</var> if one was specified, with
-     the <i>source origin</i> set to <var title="">origin</var>, and
-     with 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>
+     with the <i>request URL</i> set to <var title="">URL</var>, with
+     the CORS <i title="">referrer source</i> set to <var
+     title="">referrer source</var> if one was specified, the
+     <i>source origin</i> set to <var title="">origin</var>, and with
+     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