hixie: sets are strings, not sets... (whatwg r4308)

hixie: sets are strings, not sets... (whatwg r4308)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3443&r2=1.3444&f=h
http://html5.org/tools/web-apps-tracker?from=4307&to=4308

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3443
retrieving revision 1.3444
diff -u -d -r1.3443 -r1.3444
--- Overview.html 23 Oct 2009 22:12:59 -0000 1.3443
+++ Overview.html 23 Oct 2009 22:16:50 -0000 1.3444
@@ -3997,8 +3997,8 @@
 
   </ol></div><hr><p class="note">The <a href="#canvas-context-2d" title="canvas-context-2d">2D graphics
   context</a> has a separate color syntax that also handles
-  opacity.<h4 id="space-separated-tokens"><span class="secno">2.4.7 </span>Space-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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
+  opacity.<h4 id="space-separated-tokens"><span class="secno">2.4.7 </span>Space-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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>A string containing a <a href="#set-of-space-separated-tokens">set of space-separated tokens</a>
   may have leading or trailing <a href="#space-character" title="space character">space
@@ -4100,14 +4100,11 @@
   token to be collapsed to a single space, except at the start and end
   of the string, where such spaces are removed.</p>
 
-  </div><h4 id="comma-separated-tokens"><span class="secno">2.4.8 </span>Comma-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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 class="example">For instance, the string "<code title="">&nbsp;a&nbsp;,b,,d&nbsp;d&nbsp;</code>" consists of four
+  </div><h4 id="comma-separated-tokens"><span class="secno">2.4.8 </span>Comma-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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 class="example">For instance, the string "<code title="">&nbsp;a&nbsp;,b,,d&nbsp;d&nbsp;</code>" consists of four
   tokens: "a", "b", the empty string, and "d&nbsp;d". Leading and
   trailing whitespace around each token doesn't count as part of the
   token, and the empty string can be a token.<p><a href="#set-of-comma-separated-tokens" title="set of comma-separated tokens">Sets of

Received on Friday, 23 October 2009 22:17:32 UTC