Clarify (well, fix, really) handling of rel='' tokens in RDF conversion. (whatwg r3078)

Clarify (well, fix, really) handling of rel='' tokens in RDF conversion.
(whatwg r3078)

http://people.w3.org/mike/diffs/html5/spec/Overview.1.2236.html

http://dev.w3.org/html5/spec/Overview.html
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2235&r2=1.2236&f=h
http://html5.org/tools/web-apps-tracker?from=3077&to=3078

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2235
retrieving revision 1.2236
diff -u -d -r1.2235 -r1.2236
--- Overview.html 10 May 2009 21:01:59 -0000 1.2235
+++ Overview.html 10 May 2009 21:10:58 -0000 1.2236
@@ -36630,14 +36630,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 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>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>For each token <var title="">token</var> in <var title="">list of tokens</var> that contains neither a U+003A

Received on Monday, 18 May 2009 10:36:18 UTC