[html5] r3078 - [e] (0) Clarify (well, fix, really) handling of rel='' tokens in RDF conversion.

whatwg at whatwg.org whatwg at whatwg.org
Sun May 10 14:11:55 PDT 2009


Author: ianh
Date: 2009-05-10 14:11:54 -0700 (Sun, 10 May 2009)
New Revision: 3078

Modified:
   index
   source
Log:
[e] (0) Clarify (well, fix, really) handling of rel='' tokens in RDF conversion.

Modified: index
===================================================================
--- index	2009-05-10 21:02:56 UTC (rev 3077)
+++ index	2009-05-10 21:11:54 UTC (rev 3078)
@@ -41111,14 +41111,17 @@
      <li><p><a href=#converted-to-lowercase title="converted to lowercase">Convert each token in
      <var title="">list of tokens</var> to lowercase</a>.</li>
 
+     <li><p>If <var title="">list of tokens</var> contains more than
+     one instance of the token <code title=rel-up><a href=#link-type-up>up</a></code>, then
+     remove all such tokens.</li>
+
+     <li><p>Coalesce duplicate tokens in <var title="">list of
+     tokens</var>.</li>
+
      <li><p>If <var title="">list of tokens</var> contains both the
      tokens <code title=rel-alternate><a href=#link-type-alternate>alternate</a></code> and <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code>, then remove them both
      and replace them with the single token <code title="">alternate-stylesheet</code>.</li>
 
-     <li><p>If <var title="">list of tokens</var> contains more than
-     one instance of the token <code title=rel-up><a href=#link-type-up>up</a></code>, then
-     remove all such tokens.</li>
-
      <li>
 
       <p>For each token <var title="">token</var> in <var title="">list of tokens</var> that contains neither a U+003A

Modified: source
===================================================================
--- source	2009-05-10 21:02:56 UTC (rev 3077)
+++ source	2009-05-10 21:11:54 UTC (rev 3078)
@@ -46435,16 +46435,19 @@
      <li><p><span title="converted to lowercase">Convert each token in
      <var title="">list of tokens</var> to lowercase</span>.</p></li>
 
+     <li><p>If <var title="">list of tokens</var> contains more than
+     one instance of the token <code title="rel-up">up</code>, then
+     remove all such tokens.</p></li>
+
+     <li><p>Coalesce duplicate tokens in <var title="">list of
+     tokens</var>.</p></li>
+
      <li><p>If <var title="">list of tokens</var> contains both the
      tokens <code title="rel-alternate">alternate</code> and <code
      title="rel-stylesheet">stylesheet</code>, then remove them both
      and replace them with the single token <code
      title="">alternate-stylesheet</code>.</p></li>
 
-     <li><p>If <var title="">list of tokens</var> contains more than
-     one instance of the token <code title="rel-up">up</code>, then
-     remove all such tokens.</p></li>
-
      <li>
 
       <p>For each token <var title="">token</var> in <var




More information about the Commit-Watchers mailing list