[html5] r1742 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 11 23:56:23 PDT 2008
Author: ianh
Date: 2008-06-11 23:56:22 -0700 (Wed, 11 Jun 2008)
New Revision: 1742
Modified:
index
source
Log:
[e] (0) Cross-reference 'spaces'.
Modified: index
===================================================================
--- index 2008-06-12 00:54:12 UTC (rev 1741)
+++ index 2008-06-12 06:56:22 UTC (rev 1742)
@@ -3452,8 +3452,8 @@
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
@@ -3472,8 +3472,8 @@
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
@@ -3501,7 +3501,7 @@
<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
@@ -3514,8 +3514,8 @@
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
Modified: source
===================================================================
--- source 2008-06-12 00:54:12 UTC (rev 1741)
+++ source 2008-06-12 06:56:22 UTC (rev 1742)
@@ -1743,8 +1743,8 @@
<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>
@@ -1766,8 +1766,8 @@
<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>
@@ -1796,7 +1796,7 @@
<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>
@@ -1812,8 +1812,8 @@
<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>
More information about the Commit-Watchers
mailing list