Skip to content

Commit

Permalink
[e] (0) make it easier to find Referer when editing
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4560 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2010
1 parent b4bb1da commit d2d698b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 43 deletions.
26 changes: 12 additions & 14 deletions complete.html
Expand Up @@ -57141,23 +57141,21 @@ <h5 id=hyperlink-auditing><span class=secno>6.12.2.1 </span><dfn>Hyperlink audit
containing the hyperlink being audited was not retrieved over an
encrypted connection</dt>

<dd>The request must include a <code title="">Referer</code> (sic)
HTTP header [sic] with, as its value, the <a href="#the-document's-current-address" title="the
document's current address">current address</a> of the document
containing the hyperlink, a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP header with the same
value, and a <code title=http-ping-to><a href=#ping-to>Ping-To</a></code> HTTP header
with, as its value, the address of the target of the
hyperlink.</dd>
<dd>The request must include a <code title=http-referer>Referer</code> (sic) HTTP header [sic] with,
as its value, the <a href="#the-document's-current-address" title="the document's current
address">current address</a> of the document containing the
hyperlink, a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP
header with the same value, and a <code title=http-ping-to><a href=#ping-to>Ping-To</a></code> HTTP header with, as its value,
the address of the target of the hyperlink.</dd>

<dt>Otherwise, the origins are different and the document
containing the hyperlink being audited was retrieved over an
encrypted connection</dt>

<dd>The request must include a <code title=http-ping-to><a href=#ping-to>Ping-To</a></code> HTTP header with, as its value,
the address of the target of the hyperlink. The request must
neither include a <code title="">Referer</code> (sic) HTTP header
nor include a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP
header.</dd>
neither include a <code title=http-referer>Referer</code> (sic)
HTTP header nor include a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP header.</dd>

</dl><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 @@ -57318,7 +57316,7 @@ <h4 id=linkTypes><span class=secno>6.12.3 </span>Link types</h4>
<tr><td><code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code></td>
<td><em>not allowed</em></td>
<td><a href=#hyperlink>Hyperlink</a></td>
<td>Requires that the user agent not send an HTTP <code title="">Referer</code> (sic) header if the user follows the hyperlink.</td>
<td>Requires that the user agent not send an HTTP <code title=http-referer>Referer</code> (sic) header if the user follows the hyperlink.</td>
<tr><td><code title=rel-pingback><a href=#link-type-pingback>pingback</a></code></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
<td><em>not allowed</em></td>
Expand Down Expand Up @@ -57831,9 +57829,9 @@ <h5 id=link-type-noreferrer><span class=secno>6.12.3.10 </span>Link type "<dfn t

<p>If a user agent follows a link defined by an <code><a href=#the-a-element>a</a></code> or
<code><a href=#the-area-element>area</a></code> element that has the <code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code> keyword, the user agent
must not include a <code title="">Referer</code> (sic) HTTP header
(<a href=#concept-http-equivalent-headers title=concept-http-equivalent-headers>or equivalent</a>
for other protocols) in the request.</p>
must not include a <code title=http-referer>Referer</code> (sic)
HTTP header (<a href=#concept-http-equivalent-headers title=concept-http-equivalent-headers>or
equivalent</a> for other protocols) in the request.</p>

<p>This keyword also <a href=#noopener>causes the <code title=dom-opener>opener</code> attribute to remain null</a> if the
hyperlink creates a new <a href=#browsing-context>browsing context</a>.</p>
Expand Down
26 changes: 12 additions & 14 deletions index
Expand Up @@ -57020,23 +57020,21 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
containing the hyperlink being audited was not retrieved over an
encrypted connection</dt>

<dd>The request must include a <code title="">Referer</code> (sic)
HTTP header [sic] with, as its value, the <a href="#the-document's-current-address" title="the
document's current address">current address</a> of the document
containing the hyperlink, a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP header with the same
value, and a <code title=http-ping-to><a href=#ping-to>Ping-To</a></code> HTTP header
with, as its value, the address of the target of the
hyperlink.</dd>
<dd>The request must include a <code title=http-referer>Referer</code> (sic) HTTP header [sic] with,
as its value, the <a href="#the-document's-current-address" title="the document's current
address">current address</a> of the document containing the
hyperlink, a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP
header with the same value, and a <code title=http-ping-to><a href=#ping-to>Ping-To</a></code> HTTP header with, as its value,
the address of the target of the hyperlink.</dd>

<dt>Otherwise, the origins are different and the document
containing the hyperlink being audited was retrieved over an
encrypted connection</dt>

<dd>The request must include a <code title=http-ping-to><a href=#ping-to>Ping-To</a></code> HTTP header with, as its value,
the address of the target of the hyperlink. The request must
neither include a <code title="">Referer</code> (sic) HTTP header
nor include a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP
header.</dd>
neither include a <code title=http-referer>Referer</code> (sic)
HTTP header nor include a <code title=http-ping-from><a href=#ping-from>Ping-From</a></code> HTTP header.</dd>

</dl><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 @@ -57197,7 +57195,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<tr><td><code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code></td>
<td><em>not allowed</em></td>
<td><a href=#hyperlink>Hyperlink</a></td>
<td>Requires that the user agent not send an HTTP <code title="">Referer</code> (sic) header if the user follows the hyperlink.</td>
<td>Requires that the user agent not send an HTTP <code title=http-referer>Referer</code> (sic) header if the user follows the hyperlink.</td>
<tr><td><code title=rel-pingback><a href=#link-type-pingback>pingback</a></code></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
<td><em>not allowed</em></td>
Expand Down Expand Up @@ -57710,9 +57708,9 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU

<p>If a user agent follows a link defined by an <code><a href=#the-a-element>a</a></code> or
<code><a href=#the-area-element>area</a></code> element that has the <code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code> keyword, the user agent
must not include a <code title="">Referer</code> (sic) HTTP header
(<a href=#concept-http-equivalent-headers title=concept-http-equivalent-headers>or equivalent</a>
for other protocols) in the request.</p>
must not include a <code title=http-referer>Referer</code> (sic)
HTTP header (<a href=#concept-http-equivalent-headers title=concept-http-equivalent-headers>or
equivalent</a> for other protocols) in the request.</p>

<p>This keyword also <a href=#noopener>causes the <code title=dom-opener>opener</code> attribute to remain null</a> if the
hyperlink creates a new <a href=#browsing-context>browsing context</a>.</p>
Expand Down
30 changes: 15 additions & 15 deletions source
Expand Up @@ -64559,14 +64559,14 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
containing the hyperlink being audited was not retrieved over an
encrypted connection</dt>

<dd>The request must include a <code title="">Referer</code> (sic)
HTTP header [sic] with, as its value, the <span title="the
document's current address">current address</span> of the document
containing the hyperlink, a <code
title="http-ping-from">Ping-From</code> HTTP header with the same
value, and a <code title="http-ping-to">Ping-To</code> HTTP header
with, as its value, the address of the target of the
hyperlink.</dd>
<dd>The request must include a <code
title="http-referer">Referer</code> (sic) HTTP header [sic] with,
as its value, the <span title="the document's current
address">current address</span> of the document containing the
hyperlink, a <code title="http-ping-from">Ping-From</code> HTTP
header with the same value, and a <code
title="http-ping-to">Ping-To</code> HTTP header with, as its value,
the address of the target of the hyperlink.</dd>

<dt>Otherwise, the origins are different and the document
containing the hyperlink being audited was retrieved over an
Expand All @@ -64575,9 +64575,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<dd>The request must include a <code
title="http-ping-to">Ping-To</code> HTTP header with, as its value,
the address of the target of the hyperlink. The request must
neither include a <code title="">Referer</code> (sic) HTTP header
nor include a <code title="http-ping-from">Ping-From</code> HTTP
header.</dd>
neither include a <code title="http-referer">Referer</code> (sic)
HTTP header nor include a <code
title="http-ping-from">Ping-From</code> HTTP header.</dd>

</dl>

Expand Down Expand Up @@ -64796,7 +64796,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<td><code title="rel-noreferrer">noreferrer</code></td>
<td><em>not allowed</em></td>
<td><span>Hyperlink</span></td>
<td>Requires that the user agent not send an HTTP <code title="">Referer</code> (sic) header if the user follows the hyperlink.</td>
<td>Requires that the user agent not send an HTTP <code title="http-referer">Referer</code> (sic) header if the user follows the hyperlink.</td>
</tr>

<tr>
Expand Down Expand Up @@ -65375,9 +65375,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<p>If a user agent follows a link defined by an <code>a</code> or
<code>area</code> element that has the <code
title="rel-noreferrer">noreferrer</code> keyword, the user agent
must not include a <code title="">Referer</code> (sic) HTTP header
(<span title="concept-http-equivalent-headers">or equivalent</span>
for other protocols) in the request.</p>
must not include a <code title="http-referer">Referer</code> (sic)
HTTP header (<span title="concept-http-equivalent-headers">or
equivalent</span> for other protocols) in the request.</p>

<p>This keyword also <a href="#noopener">causes the <code
title="dom-opener">opener</code> attribute to remain null</a> if the
Expand Down

0 comments on commit d2d698b

Please sign in to comment.