Skip to content

Commit

Permalink
[e] (0) Remove the text that was trying to handwave the Link: header'…
Browse files Browse the repository at this point in the history
…s non-existence, now that it exists formally again.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11294

git-svn-id: http://svn.whatwg.org/webapps@5798 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 21, 2011
1 parent 2333a9b commit 3daaa1f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 25 deletions.
15 changes: 7 additions & 8 deletions complete.html
Expand Up @@ -13319,14 +13319,13 @@ <h4 id=the-link-element><span class=secno>4.2.4 </span>The <dfn><code>link</code

<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
Expand Down
15 changes: 7 additions & 8 deletions index
Expand Up @@ -13298,14 +13298,13 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;

<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
Expand Down
17 changes: 8 additions & 9 deletions source
Expand Up @@ -13978,15 +13978,14 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>

<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
Expand Down

0 comments on commit 3daaa1f

Please sign in to comment.