Skip to content

Commit

Permalink
[] (0) Update references to Origin header to match the Origin I-D again.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3062 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 2, 2009
1 parent 1bdeb2d commit 16b876a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
12 changes: 6 additions & 6 deletions index
Expand Up @@ -2001,6 +2001,9 @@
<!--XXX empty title attribute is equivalent to missing attribute for
purposes of alternative style sheet processing -->

<!-- XXX The <dfn title="http-origin"><code>Origin</code></dfn> HTTP header -->
<!-- http://tools.ietf.org/html/draft-abarth-origin -->

</div>


Expand Down Expand Up @@ -46037,7 +46040,7 @@ user reload must be equivalent to .reload()
already been obtained<!-- it's obtained by <object>, for instance
-->. If the resource is being fetched using HTTP, and the method
is not GET<!-- or HEAD (but that can't happen) -->, then the user
agent must include an <code title=http-origin>XXX-Origin</code>
agent must include an <code title=http-origin>Origin</code>
header whose value is determined as follows:</p>

<dl class=switch><dt>If the <a href=#navigate title=navigate>navigation</a> algorithm has
Expand Down Expand Up @@ -46072,8 +46075,6 @@ user reload must be equivalent to .reload()
<p>If fetching the resource results in a redirect, return to <a href=#navigate-fragid-step>the step labeled "fragment
identifiers"</a> with the new resource.</p>

<p class=note>Cross-origin redirects cause the <code title=http-origin>XXX-Origin</code> header to become "<code title="">null</code>" on subsequent requests in the chain.</p>

</li>

<li><p>Wait for one or more bytes to be available or for the user
Expand Down Expand Up @@ -46993,12 +46994,11 @@ user reload must be equivalent to .reload()
nor include a <code title=http-ping-from>Ping-From</code> HTTP
header.</dd>

</dl><p>In addition, an <code title=http-origin>XXX-Origin</code> header
</dl><p>In addition, an <code title=http-origin>Origin</code> header
must always be included, whose value is the <a href=#ascii-serialization-of-an-origin title="ASCII
serialization of an origin">ASCII serialization</a> of the
<a href=#origin-0>origin</a> of the <code>Document</code> containing the
<a href=#hyperlink>hyperlink</a>. The value of the <code title=http-origin>XXX-Origin</code> header must be set to "<code title="">null</code>" when following redirects if the <a href=#origin-0 title=origin>origins</a> of all the <a href=#url title=URL>URLs</a> involved are not the <a href=#same-origin title="same
origin">same</a>.</p>
<a href=#hyperlink>hyperlink</a>.</p>

<p class=note>To save bandwidth, implementors might also wish to
consider omitting optional headers such as <code>Accept</code> from
Expand Down
22 changes: 8 additions & 14 deletions source
Expand Up @@ -1038,6 +1038,9 @@
<!--XXX empty title attribute is equivalent to missing attribute for
purposes of alternative style sheet processing -->

<!-- XXX The <dfn title="http-origin"><code>Origin</code></dfn> HTTP header -->
<!-- http://tools.ietf.org/html/draft-abarth-origin -->

</div>


Expand Down Expand Up @@ -52140,7 +52143,7 @@ user reload must be equivalent to .reload()
already been obtained<!-- it's obtained by <object>, for instance
-->. If the resource is being fetched using HTTP, and the method
is not GET<!-- or HEAD (but that can't happen) -->, then the user
agent must include an <code title="http-origin">XXX-Origin</code>
agent must include an <code title="http-origin">Origin</code>
header whose value is determined as follows:</p>

<dl class="switch">
Expand Down Expand Up @@ -52181,10 +52184,6 @@ user reload must be equivalent to .reload()
href="#navigate-fragid-step">the step labeled "fragment
identifiers"</a> with the new resource.</p>

<p class="note">Cross-origin redirects cause the <code
title="http-origin">XXX-Origin</code> header to become "<code
title="">null</code>" on subsequent requests in the chain.</p>

</li>

<li><p>Wait for one or more bytes to be available or for the user
Expand Down Expand Up @@ -54837,16 +54836,11 @@ interface <dfn>SQLTransactionSync</dfn> {

</dl>

<p>In addition, an <code title="http-origin">XXX-Origin</code> header
<p>In addition, an <code title="http-origin">Origin</code> header
must always be included, whose value is the <span title="ASCII
serialization of an origin">ASCII serialization</span> of the
<span>origin</span> of the <code>Document</code> containing the
<span>hyperlink</span>. The value of the <code
title="http-origin">XXX-Origin</code> header must be set to "<code
title="">null</code>" when following redirects if the <span
title="origin">origins</span> of all the <span
title="URL">URLs</span> involved are not the <span title="same
origin">same</span>.</p>
<span>hyperlink</span>.</p>

<p class="note">To save bandwidth, implementors might also wish to
consider omitting optional headers such as <code>Accept</code> from
Expand Down Expand Up @@ -62866,7 +62860,7 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>

<pre>0d 0a</pre>

<p class="note">The string "Origin:&nbsp;", the origin, and CRLF.</p>
<p class="note">The string "Origin:&nbsp;", the origin, and CRLF.</p> <!-- http-origin -->

</li>

Expand Down Expand Up @@ -63471,7 +63465,7 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>

</dd>

<dt>Origin (bytes 4f 72 69 67 69 6e)</dt>
<dt>Origin (bytes 4f 72 69 67 69 6e)</dt> <!-- http-origin -->

<dd>

Expand Down

0 comments on commit 16b876a

Please sign in to comment.