Short URL: http://html5.org/r/7342
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 7342 | update for CORS | 2012-09-13 15:15 |
Index: source
===================================================================
--- source (revision 7341)
+++ source (revision 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>