- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Jan 2011 23:46:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27390
Modified Files:
semantics.html spec.html
Log Message:
Remove the text that was trying to handwave the Link: header's non-existence, now that it exists formally again. (whatwg r5798)
[updated by splitter]
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1038
retrieving revision 1.1039
diff -u -d -r1.1038 -r1.1039
--- semantics.html 12 Jan 2011 19:46:37 -0000 1.1038
+++ semantics.html 21 Jan 2011 23:46:43 -0000 1.1039
@@ -836,14 +836,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="links.html#rel-icon">icon</a></code> keyword.</p><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="references.html#refsHTTP">[HTTP]</a> <a href="references.html#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="references.html#refsHTTP">[HTTP]</a> <a href="references.html#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="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the same
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1379
retrieving revision 1.1380
diff -u -d -r1.1379 -r1.1380
--- spec.html 21 Jan 2011 02:46:37 -0000 1.1379
+++ spec.html 21 Jan 2011 23:46:44 -0000 1.1380
@@ -351,7 +351,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4658.
+This is revision 1.4659.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 21 January 2011 23:46:47 UTC