- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jun 2008 06:58:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22921
Modified Files:
Overview.html
Log Message:
Cross-reference 'spaces'. (whatwg r1742)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.931
retrieving revision 1.932
diff -u -d -r1.931 -r1.932
--- Overview.html 12 Jun 2008 00:54:19 -0000 1.931
+++ Overview.html 12 Jun 2008 06:58:01 -0000 1.932
@@ -3556,8 +3556,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
@@ -3576,8 +3576,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
@@ -3605,7 +3605,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
@@ -3618,8 +3618,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
Received on Thursday, 12 June 2008 06:58:37 UTC