- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 01:59:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16635
Modified Files:
Overview.html
Log Message:
make it easier to find Referer when editing (whatwg r4560)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3639
retrieving revision 1.3640
diff -u -d -r1.3639 -r1.3640
--- Overview.html 11 Jan 2010 01:56:16 -0000 1.3639
+++ Overview.html 11 Jan 2010 01:59:45 -0000 1.3640
@@ -44713,13 +44713,12 @@
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
@@ -44727,9 +44726,8 @@
<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
@@ -44868,7 +44866,7 @@
<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>
@@ -45245,9 +45243,9 @@
<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>
Received on Monday, 11 January 2010 01:59:50 UTC