hixie: make it easier to find Referer when editing (whatwg r4560)

hixie: make it easier to find Referer when editing (whatwg r4560)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3639&r2=1.3640&f=h
http://html5.org/tools/web-apps-tracker?from=4559&to=4560

===================================================================
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 02:00:24 UTC