hixie: Tweak the wording per chair decision. (whatwg r6956)

hixie: Tweak the wording per chair decision. (whatwg r6956)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5552&r2=1.5553&f=h
http://html5.org/tools/web-apps-tracker?from=6955&to=6956

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5552
retrieving revision 1.5553
diff -u -d -r1.5552 -r1.5553
--- Overview.html 31 Jan 2012 22:47:04 -0000 1.5552
+++ Overview.html 31 Jan 2012 23:06:20 -0000 1.5553
@@ -12095,12 +12095,18 @@
   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>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> 
+  
+
+  <p>HTTP <code title="http-link">Link:</code> header fields, if
+  supported, must be assumed to come before any links in the document,
+  in the order that they were given in the HTTP message. These header
+  fields are to be processed according to the rules given in the
+  relevant specifications. <a href="#refsHTTP">[HTTP]</a> <a href="#refsWEBLINK">[WEBLINK]</a></p> 
+
+  <p class="note">Registration of relation types in HTTP Link: header
+  fields is distinct from <a href="#linkTypes">HTML link types</a>,
+  and thus their semantics can be different from same-named HTML
+  types.</p>
 
   <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>, <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 Tuesday, 31 January 2012 23:06:37 UTC