[html5] r4308 - [e] (0) sets are strings, not sets...
whatwg at whatwg.org
whatwg at whatwg.org
Fri Oct 23 15:30:10 PDT 2009
Author: ianh
Date: 2009-10-23 15:30:06 -0700 (Fri, 23 Oct 2009)
New Revision: 4308
Modified:
complete.html
index
source
Log:
[e] (0) sets are strings, not sets...
Modified: complete.html
===================================================================
--- complete.html 2009-10-23 22:26:15 UTC (rev 4307)
+++ complete.html 2009-10-23 22:30:06 UTC (rev 4308)
@@ -4591,8 +4591,8 @@
<h4 id=space-separated-tokens><span class=secno>2.4.7 </span>Space-separated tokens</h4>
- <p>A <dfn id=set-of-space-separated-tokens>set of space-separated tokens</dfn> is a set of zero or
- more words separated by one or more <a href=#space-character title="space
+ <p>A <dfn id=set-of-space-separated-tokens>set of space-separated tokens</dfn> is a string containing
+ zero or more words separated by one or more <a href=#space-character title="space
character">space characters</a>, where words consist of any
string of one or more characters, none of which are <a href=#space-character title="space character">space characters</a>.</p>
@@ -4710,14 +4710,11 @@
<h4 id=comma-separated-tokens><span class=secno>2.4.8 </span>Comma-separated tokens</h4>
- <p>A <dfn id=set-of-comma-separated-tokens>set of comma-separated tokens</dfn> is a set of zero or
- more tokens each separated from the next by a single U+002C COMMA
- character (,), where tokens consist of any
- string of zero or more characters, neither beginning nor ending with
- <a href=#space-character title="space character">space characters</a>, nor
- containing any U+002C COMMA characters (,),
- and optionally surrounded by <a href=#space-character title="space character">space
- characters</a>.</p>
+ <p>A <dfn id=set-of-comma-separated-tokens>set of comma-separated tokens</dfn> is a string containing
+ zero or more tokens each separated from the next by a single U+002C
+ COMMA character (,), where tokens consist of any string of zero or
+ more characters, neither beginning nor ending with <a href=#space-character title="space character">space characters</a>, nor containing any
+ U+002C COMMA characters (,), and optionally surrounded by <a href=#space-character title="space character">space characters</a>.</p>
<p class=example>For instance, the string "<code title=""> a ,b,,d d </code>" consists of four
tokens: "a", "b", the empty string, and "d d". Leading and
Modified: index
===================================================================
--- index 2009-10-23 22:26:15 UTC (rev 4307)
+++ index 2009-10-23 22:30:06 UTC (rev 4308)
@@ -4401,8 +4401,8 @@
<h4 id=space-separated-tokens><span class=secno>2.4.7 </span>Space-separated tokens</h4>
- <p>A <dfn id=set-of-space-separated-tokens>set of space-separated tokens</dfn> is a set of zero or
- more words separated by one or more <a href=#space-character title="space
+ <p>A <dfn id=set-of-space-separated-tokens>set of space-separated tokens</dfn> is a string containing
+ zero or more words separated by one or more <a href=#space-character title="space
character">space characters</a>, where words consist of any
string of one or more characters, none of which are <a href=#space-character title="space character">space characters</a>.</p>
@@ -4520,14 +4520,11 @@
<h4 id=comma-separated-tokens><span class=secno>2.4.8 </span>Comma-separated tokens</h4>
- <p>A <dfn id=set-of-comma-separated-tokens>set of comma-separated tokens</dfn> is a set of zero or
- more tokens each separated from the next by a single U+002C COMMA
- character (,), where tokens consist of any
- string of zero or more characters, neither beginning nor ending with
- <a href=#space-character title="space character">space characters</a>, nor
- containing any U+002C COMMA characters (,),
- and optionally surrounded by <a href=#space-character title="space character">space
- characters</a>.</p>
+ <p>A <dfn id=set-of-comma-separated-tokens>set of comma-separated tokens</dfn> is a string containing
+ zero or more tokens each separated from the next by a single U+002C
+ COMMA character (,), where tokens consist of any string of zero or
+ more characters, neither beginning nor ending with <a href=#space-character title="space character">space characters</a>, nor containing any
+ U+002C COMMA characters (,), and optionally surrounded by <a href=#space-character title="space character">space characters</a>.</p>
<p class=example>For instance, the string "<code title=""> a ,b,,d d </code>" consists of four
tokens: "a", "b", the empty string, and "d d". Leading and
Modified: source
===================================================================
--- source 2009-10-23 22:26:15 UTC (rev 4307)
+++ source 2009-10-23 22:30:06 UTC (rev 4308)
@@ -3958,8 +3958,8 @@
<h4>Space-separated tokens</h4>
- <p>A <dfn>set of space-separated tokens</dfn> is a set of zero or
- more words separated by one or more <span title="space
+ <p>A <dfn>set of space-separated tokens</dfn> is a string containing
+ zero or more words separated by one or more <span title="space
character">space characters</span>, where words consist of any
string of one or more characters, none of which are <span
title="space character">space characters</span>.</p>
@@ -4107,14 +4107,13 @@
<h4>Comma-separated tokens</h4>
- <p>A <dfn>set of comma-separated tokens</dfn> is a set of zero or
- more tokens each separated from the next by a single U+002C COMMA
- character (,), where tokens consist of any
- string of zero or more characters, neither beginning nor ending with
- <span title="space character">space characters</span>, nor
- containing any U+002C COMMA characters (,),
- and optionally surrounded by <span title="space character">space
- characters</span>.</p>
+ <p>A <dfn>set of comma-separated tokens</dfn> is a string containing
+ zero or more tokens each separated from the next by a single U+002C
+ COMMA character (,), where tokens consist of any string of zero or
+ more characters, neither beginning nor ending with <span
+ title="space character">space characters</span>, nor containing any
+ U+002C COMMA characters (,), and optionally surrounded by <span
+ title="space character">space characters</span>.</p>
<p class="example">For instance, the string "<code
title=""> a ,b,,d d </code>" consists of four
More information about the Commit-Watchers
mailing list