[html5] r6956 - [e] (0) Tweak the wording per chair decision. Fixing https://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 31 15:06:16 PST 2012


Author: ianh
Date: 2012-01-31 15:06:14 -0800 (Tue, 31 Jan 2012)
New Revision: 6956

Modified:
   complete.html
   index
   source
Log:
[e] (0) Tweak the wording per chair decision.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=12490
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-01-31 22:46:28 UTC (rev 6955)
+++ complete.html	2012-01-31 23:06:14 UTC (rev 6956)
@@ -14538,14 +14538,20 @@
 
   <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> <!-- WEBLINK is ref for Link:
+  <!--!--><!-- s/header fields/headers/ for consistency with the rest of the spec -->
+
+  <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> <!-- WEBLINK is ref for Link:
   header -->
 
+  <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
   name.</p>

Modified: index
===================================================================
--- index	2012-01-31 22:46:28 UTC (rev 6955)
+++ index	2012-01-31 23:06:14 UTC (rev 6956)
@@ -14538,14 +14538,20 @@
 
   <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> <!-- WEBLINK is ref for Link:
+  <!--!--><!-- s/header fields/headers/ for consistency with the rest of the spec -->
+
+  <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> <!-- WEBLINK is ref for Link:
   header -->
 
+  <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
   name.</p>

Modified: source
===================================================================
--- source	2012-01-31 22:46:28 UTC (rev 6955)
+++ source	2012-01-31 23:06:14 UTC (rev 6956)
@@ -15411,15 +15411,21 @@
 
   <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
+  <!--!--><!-- s/header fields/headers/ for consistency with the rest of the spec -->
+
+  <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> <!-- WEBLINK is ref for Link:
   header -->
 
+  <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
   title="dom-link-href"><code>href</code></dfn>, <dfn
   title="dom-link-rel"><code>rel</code></dfn>, <dfn




More information about the Commit-Watchers mailing list