Skip to content

Commit

Permalink
[e] (0) Clarify (well, fix, really) handling of rel='' tokens in RDF …
Browse files Browse the repository at this point in the history
…conversion.

git-svn-id: http://svn.whatwg.org/webapps@3078 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 10, 2009
1 parent 9187093 commit 67f3c37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions index
Expand Up @@ -41111,14 +41111,17 @@ explain that only direct children of the <menu> matter
<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
Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -46435,16 +46435,19 @@ explain that only direct children of the <menu> matter
<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
Expand Down

0 comments on commit 67f3c37

Please sign in to comment.