Skip to content

Commit

Permalink
[e] (0) Cross-reference 'spaces'.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1742 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2008
1 parent 26ed47d commit 7691dff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions index
Expand Up @@ -3452,8 +3452,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
algorithm:

<ol>
<li>If the <var title="">token</var> argument contains any
spaces<!-- XXX elaborate -->, then raise an
<li>If the <var title="">token</var> argument contains any <a
href="#space" title="space character">space characters</a>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the algorithm.

<li>Otherwise, <a href="#split" title="split a string on spaces">split the
Expand All @@ -3472,8 +3472,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
algorithm:

<ol>
<li>If the <var title="">token</var> argument contains any
spaces<!-- XXX elaborate -->, then raise an
<li>If the <var title="">token</var> argument contains any <a
href="#space" title="space character">space characters</a>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the algorithm.

<li>Otherwise, <a href="#split" title="split a string on spaces">split the
Expand Down Expand Up @@ -3501,7 +3501,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

<ol>
<li>If the <var title="">token</var> argument contains any <a
href="#space" title="space character">spaces</a>, then raise an
href="#space" title="space character">space characters</a>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the algorithm.

<li>Otherwise, <a href="#remove0" title="remove a token from a
Expand All @@ -3514,8 +3514,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
algorithm:

<ol>
<li>If the <var title="">token</var> argument contains any
spaces<!-- XXX elaborate -->, then raise an
<li>If the <var title="">token</var> argument contains any <a
href="#space" title="space character">space characters</a>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the algorithm.

<li>Otherwise, <a href="#split" title="split a string on spaces">split the
Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -1743,8 +1743,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

<ol>

<li>If the <var title="">token</var> argument contains any
spaces<!-- XXX elaborate -->, then raise an
<li>If the <var title="">token</var> argument contains any <span
title="space character">space characters</span>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the
algorithm.</li>

Expand All @@ -1766,8 +1766,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

<ol>

<li>If the <var title="">token</var> argument contains any
spaces<!-- XXX elaborate -->, then raise an
<li>If the <var title="">token</var> argument contains any <span
title="space character">space characters</span>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the
algorithm.</li>

Expand Down Expand Up @@ -1796,7 +1796,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<ol>

<li>If the <var title="">token</var> argument contains any <span
title="space character">spaces</span>, then raise an
title="space character">space characters</span>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the
algorithm.</li>

Expand All @@ -1812,8 +1812,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

<ol>

<li>If the <var title="">token</var> argument contains any
spaces<!-- XXX elaborate -->, then raise an
<li>If the <var title="">token</var> argument contains any <span
title="space character">space characters</span>, then raise an
<code>INVALID_CHARACTER_ERR</code> exception and stop the
algorithm.</li>

Expand Down

0 comments on commit 7691dff

Please sign in to comment.