[html5] r5798 - [e] (0) Remove the text that was trying to handwave the Link: header's non-exist [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 21 15:43:22 PST 2011


Author: ianh
Date: 2011-01-21 15:43:21 -0800 (Fri, 21 Jan 2011)
New Revision: 5798

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove the text that was trying to handwave the Link: header's non-existence, now that it exists formally again.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11294

Modified: complete.html
===================================================================
--- complete.html	2011-01-21 02:36:04 UTC (rev 5797)
+++ complete.html	2011-01-21 23:43:21 UTC (rev 5798)
@@ -13319,14 +13319,13 @@
 
   <div class=impl>
 
-  <p>Some versions of HTTP defined a <code title="">Link:</code>
-  header, to be processed like a series of <code><a href=#the-link-element>link</a></code> elements.
-  If supported, for the purposes of ordering links defined by HTTP
-  headers must be assumed to come before any links in the document, in
-  the order that they were given in the HTTP entity header. (URIs in
-  these headers are to be processed and resolved according to the
-  rules given in HTTP; the rules of <em>this</em> specification don't
-  apply.) <a href=#refsHTTP>[HTTP]</a> <a href=#refsWEBLINK>[WEBLINK]</a></p> <!-- WEBLINK is ref for Link: header -->
+  <p>HTTP <code title="">Link:</code> headers, if supported, must be
+  assumed to come before any links in the document, in the order that
+  they were given in the HTTP entity header. (URLs in these headers
+  are to be processed and resolved according to the rules given in the
+  relevant specification; the rules of <em>this</em> specification
+  don't apply.) <a href=#refsHTTP>[HTTP]</a> <a href=#refsWEBLINK>[WEBLINK]</a></p> <!-- WEBLINK is ref for Link:
+  header -->
 
   <p>The IDL attributes <dfn id=dom-link-href title=dom-link-href><code>href</code></dfn>, <dfn id=dom-link-rel title=dom-link-rel><code>rel</code></dfn>, <dfn id=dom-link-media title=dom-link-media><code>media</code></dfn>, <dfn id=dom-link-hreflang title=dom-link-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-link-type title=dom-link-type><code>type</code></dfn>, and <dfn id=dom-link-sizes title=dom-link-sizes><code>sizes</code></dfn> each must
   <a href=#reflect>reflect</a> the respective content attributes of the same

Modified: index
===================================================================
--- index	2011-01-21 02:36:04 UTC (rev 5797)
+++ index	2011-01-21 23:43:21 UTC (rev 5798)
@@ -13298,14 +13298,13 @@
 
   <div class=impl>
 
-  <p>Some versions of HTTP defined a <code title="">Link:</code>
-  header, to be processed like a series of <code><a href=#the-link-element>link</a></code> elements.
-  If supported, for the purposes of ordering links defined by HTTP
-  headers must be assumed to come before any links in the document, in
-  the order that they were given in the HTTP entity header. (URIs in
-  these headers are to be processed and resolved according to the
-  rules given in HTTP; the rules of <em>this</em> specification don't
-  apply.) <a href=#refsHTTP>[HTTP]</a> <a href=#refsWEBLINK>[WEBLINK]</a></p> <!-- WEBLINK is ref for Link: header -->
+  <p>HTTP <code title="">Link:</code> headers, if supported, must be
+  assumed to come before any links in the document, in the order that
+  they were given in the HTTP entity header. (URLs in these headers
+  are to be processed and resolved according to the rules given in the
+  relevant specification; the rules of <em>this</em> specification
+  don't apply.) <a href=#refsHTTP>[HTTP]</a> <a href=#refsWEBLINK>[WEBLINK]</a></p> <!-- WEBLINK is ref for Link:
+  header -->
 
   <p>The IDL attributes <dfn id=dom-link-href title=dom-link-href><code>href</code></dfn>, <dfn id=dom-link-rel title=dom-link-rel><code>rel</code></dfn>, <dfn id=dom-link-media title=dom-link-media><code>media</code></dfn>, <dfn id=dom-link-hreflang title=dom-link-hreflang><code>hreflang</code></dfn>, and <dfn id=dom-link-type title=dom-link-type><code>type</code></dfn>, and <dfn id=dom-link-sizes title=dom-link-sizes><code>sizes</code></dfn> each must
   <a href=#reflect>reflect</a> the respective content attributes of the same

Modified: source
===================================================================
--- source	2011-01-21 02:36:04 UTC (rev 5797)
+++ source	2011-01-21 23:43:21 UTC (rev 5798)
@@ -13978,15 +13978,14 @@
 
   <div class="impl">
 
-  <p>Some versions of HTTP defined a <code title="">Link:</code>
-  header, to be processed like a series of <code>link</code> elements.
-  If supported, for the purposes of ordering links defined by HTTP
-  headers must be assumed to come before any links in the document, in
-  the order that they were given in the HTTP entity header. (URIs in
-  these headers are to be processed and resolved according to the
-  rules given in HTTP; the rules of <em>this</em> specification don't
-  apply.) <a href="#refsHTTP">[HTTP]</a> <a
-  href="#refsWEBLINK">[WEBLINK]</a></p> <!-- WEBLINK is ref for Link: header -->
+  <p>HTTP <code title="">Link:</code> headers, if supported, must be
+  assumed to come before any links in the document, in the order that
+  they were given in the HTTP entity header. (URLs in these headers
+  are to be processed and resolved according to the rules given in the
+  relevant specification; the rules of <em>this</em> specification
+  don't apply.) <a href="#refsHTTP">[HTTP]</a> <a
+  href="#refsWEBLINK">[WEBLINK]</a></p> <!-- WEBLINK is ref for Link:
+  header -->
 
   <p>The IDL attributes <dfn
   title="dom-link-href"><code>href</code></dfn>, <dfn




More information about the Commit-Watchers mailing list