- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 10 May 2009 21:11:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3077 Modified Files: Overview.html Log Message: Clarify (well, fix, really) handling of rel='' tokens in RDF conversion. (whatwg r3078) Index: Overview.html =================================================================== 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 Sunday, 10 May 2009 21:11:11 UTC