csswg/css3-lists Overview.html,1.32,1.33 Overview.src.html,1.72,1.73

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv1668

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed the normative definition of the fallback style for CJK.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html	23 Apr 2011 01:18:03 -0000	1.32
+++ Overview.html	23 Apr 2011 01:20:00 -0000	1.33
@@ -831,10 +831,10 @@
 
   <p>For all of these counter styles, the suffix is "、" U+3001, the prefix
    is the empty string, the fallback style is &lsquo;<code
-   class=css>decimal</code>&rsquo;, and the upper range bound is 9999 9999
-   9999 9999 (one less than 10<sup>16</sup>). For the Chinese and Japanese
-   styles, the lower range bound is -9999 9999 9999 9999 (one more than
-   -10<sup>16</sup>); for the Korean styles the lower range bound is 0.
+   class=css>cjk-decimal</code>&rsquo;, and the upper range bound is 9999
+   9999 9999 9999 (one less than 10<sup>16</sup>). For the Chinese and
+   Japanese styles, the lower range bound is -9999 9999 9999 9999 (one more
+   than -10<sup>16</sup>); for the Korean styles the lower range bound is 0.
 
   <p>The following tables define the characters used in these styles:
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- Overview.src.html	23 Apr 2011 01:18:03 -0000	1.72
+++ Overview.src.html	23 Apr 2011 01:20:00 -0000	1.73
@@ -532,7 +532,7 @@
 	</ol>
 
 	<p>For all of these counter styles, the suffix is "、" U+3001, the prefix is 
-	the empty string, the fallback style is ''decimal'', and the upper range 
+	the empty string, the fallback style is ''cjk-decimal'', and the upper range 
 	bound is 9999 9999 9999 9999 (one less than 10<sup>16</sup>).  For the Chinese 
 	and Japanese styles, the lower range bound is -9999 9999 9999 9999 (one more
 	than -10<sup>16</sup>); for the Korean styles the lower range bound is 0.</p>

Received on Saturday, 23 April 2011 01:20:04 UTC