- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Oct 2012 10:43:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31498
Modified Files:
single-page.html spec.html urls.html
Log Message:
commit 6faabd46ec9b8c763fe5907f82d0dfa3fd0448af
Merge: 13dcd8f ca06230
Author: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
Date: Sat Oct 6 20:36:32 2012 +1000
Merge branch 'feature/whatwg_cors'
Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- single-page.html 6 Oct 2012 10:14:23 -0000 1.147
+++ single-page.html 6 Oct 2012 10:43:44 -0000 1.148
@@ -8472,11 +8472,13 @@
<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><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></p></li>
+ <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>, 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></p></li>
<li><p>Wait for the CORS <a href=#cross-origin-request-status>cross-origin request status</a>
to have a value.</p></li>
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- urls.html 6 Oct 2012 00:52:40 -0000 1.258
+++ urls.html 6 Oct 2012 10:43:45 -0000 1.259
@@ -1676,11 +1676,13 @@
<p>Run these steps:</p>
- <ol><li><p>Perform a <a href="infrastructure.html#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><a href="infrastructure.html#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="textFieldSelection.html#refsCORS">[CORS]</a></p></li>
+ <ol><li><p>Perform a <a href="infrastructure.html#cross-origin-request">cross-origin request</a><!--FETCH-->
+ 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="infrastructure.html#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="textFieldSelection.html#refsCORS">[CORS]</a></p></li>
<li><p>Wait for the CORS <a href="infrastructure.html#cross-origin-request-status">cross-origin request status</a>
to have a value.</p></li>
Received on Saturday, 6 October 2012 10:43:48 UTC