- From: poot <cvsmail@w3.org>
- Date: Fri, 21 Jan 2011 18:44:46 -0500
- To: public-html-diffs@w3.org
hixie: Remove the text that was trying to handwave the Link: header's non-existence, now that it exists formally again. (whatwg r5798) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4658&r2=1.4659&f=h http://html5.org/tools/web-apps-tracker?from=5797&to=5798 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4658 retrieving revision 1.4659 diff -u -d -r1.4658 -r1.4659 --- Overview.html 21 Jan 2011 02:36:10 -0000 1.4658 +++ Overview.html 21 Jan 2011 23:43:27 -0000 1.4659 @@ -11492,14 +11492,13 @@ a <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute that specifies the <code title="rel-icon"><a href="#rel-icon">icon</a></code> keyword.<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
Received on Friday, 21 January 2011 23:44:47 UTC