csswg/css3-lists Overview.html,1.116,1.117 Overview.src.html,1.163,1.164

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Simplify the predefined styles when possible, and when in ascii range.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Overview.html	1 Dec 2011 02:21:33 -0000	1.116
+++ Overview.html	2 Dec 2011 02:13:42 -0000	1.117
@@ -25,13 +25,13 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 December
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 December
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111201">http://www.w3.org/TR/2011/WD-css3-lists-20111201</a></dd>-->
+    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111202">http://www.w3.org/TR/2011/WD-css3-lists-20111202</a></dd>-->
      <a
      href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
 
@@ -2369,31 +2369,27 @@
 @counter-style <dfn
    id=decimal>decimal</dfn> {
 	type: numeric;
-	symbols: '\30' '\31' '\32' '\33' '\34' '\35' '\36' '\37' '\38' '\39';
-	/* '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' */
+	symbols: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9';
 }
 
 @counter-style <dfn
    id=decimal-leading-zero>decimal-leading-zero</dfn> {
 	type: non-repeating -9;
-	symbols: '\2D\30\39' '\2D\30\38' '\2D\30\37' '\2D\30\36' '\2D\30\35' '\2D\30\34' '\2D\30\33' '\2D\30\32' '\2D\30\31' '\30\30' '\30\31' '\30\32' '\30\33' '\30\34' '\30\35' '\30\36' '\30\37' '\30\38' '\30\39';
-	/* '-09' '-08' '-07' '-06' '-05' '-04' '-03' '-02' '-01' '00' '01' '02' '03' '04' '05' '06' '07' '08' '09' */
+	symbols: '-09' '-08' '-07' '-06' '-05' '-04' '-03' '-02' '-01' '00' '01' '02' '03' '04' '05' '06' '07' '08' '09';
 }
 
 @counter-style <dfn
    id=lower-roman>lower-roman</dfn> {
 	type: additive;
 	range: 1 4999;
-	additive-symbols: 1000 '\6D', 900 '\63\6D', 500 '\64', 400 '\63\64', 100 '\63', 90 '\78\63', 50 '\6C', 40 '\78\6C', 10 '\78', 9 '\69\78', 5 '\76', 4 '\69\76', 1 '\69';
-	/* 1000 'm', 900 'cm', 500 'd', 400 'cd', 100 'c', 90 'xc', 50 'l', 40 'xl', 10 'x', 9 'ix', 5 'v', 4 'iv', 1 'i' */
+	additive-symbols: 1000 m, 900 cm, 500 d, 400 cd, 100 c, 90 xc, 50 l, 40 xl, 10 x, 9 ix, 5 v, 4 iv, 1 i;
 }
 
 @counter-style <dfn
    id=upper-roman>upper-roman</dfn> {
 	type: additive;
 	range: 1 4999;
-	additive-symbols: 1000 '\4D', 900 '\43\4D', 500 '\44', 400 '\43\44', 100 '\43', 90 '\58\43', 50 '\4C', 40 '\58\4C', 10 '\58', 9 '\49\58', 5 '\56', 4 '\49\56', 1 '\49';
-	/* 1000 'M', 900 'CM', 500 'D', 400 'CD', 100 'C', 90 'XC', 50 'L', 40 'XL', 10 'X', 9 'IX', 5 'V', 4 'IV', 1 'I' */
+	additive-symbols: 1000 M, 900 CM, 500 D, 400 CD, 100 C, 90 XC, 50 L, 40 XL, 10 X, 9 IX, 5 V, 4 IV, 1 I;
 }
 
 @counter-style <dfn
@@ -2415,8 +2411,7 @@
 @counter-style <dfn
    id=lower-alpha>lower-alpha</dfn> {
 	type: alphabetic;
-	symbols: '\61' '\62' '\63' '\64' '\65' '\66' '\67' '\68' '\69' '\6A' '\6B' '\6C' '\6D' '\6E' '\6F' '\70' '\71' '\72' '\73' '\74' '\75' '\76' '\77' '\78' '\79' '\7A';
-	/* 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'o' 'p' 'q' 'r' 's' 't' 'u' 'v' 'w' 'x' 'y' 'z' */
+	symbols: a b c d e f g h i j k l m n o p q r s t u v w x y z;
 }
 
 @counter-style <dfn
@@ -2427,8 +2422,7 @@
 @counter-style <dfn
    id=upper-alpha>upper-alpha</dfn> {
 	type: alphabetic;
-	symbols: '\41' '\42' '\43' '\44' '\45' '\46' '\47' '\48' '\49' '\4A' '\4B' '\4C' '\4D' '\4E' '\4F' '\50' '\51' '\52' '\53' '\54' '\55' '\56' '\57' '\58' '\59' '\5A';
-	/* 'A' 'B' 'C' 'D' 'E' 'F' 'G' 'H' 'I' 'J' 'K' 'L' 'M' 'N' 'O' 'P' 'Q' 'R' 'S' 'T' 'U' 'V' 'W' 'X' 'Y' 'Z' */
+	symbols: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z;
 }
 
 @counter-style <dfn

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- Overview.src.html	1 Dec 2011 02:21:33 -0000	1.163
+++ Overview.src.html	2 Dec 2011 02:13:42 -0000	1.164
@@ -1601,28 +1601,24 @@
 	<pre style="white-space: pre-wrap;"><bdo>
 @counter-style <dfn>decimal</dfn> {
 	type: numeric;
-	symbols: '\30' '\31' '\32' '\33' '\34' '\35' '\36' '\37' '\38' '\39';
-	/* '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' */
+	symbols: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9';
 }
 
 @counter-style <dfn>decimal-leading-zero</dfn> {
 	type: non-repeating -9;
-	symbols: '\2D\30\39' '\2D\30\38' '\2D\30\37' '\2D\30\36' '\2D\30\35' '\2D\30\34' '\2D\30\33' '\2D\30\32' '\2D\30\31' '\30\30' '\30\31' '\30\32' '\30\33' '\30\34' '\30\35' '\30\36' '\30\37' '\30\38' '\30\39';
-	/* '-09' '-08' '-07' '-06' '-05' '-04' '-03' '-02' '-01' '00' '01' '02' '03' '04' '05' '06' '07' '08' '09' */
+	symbols: '-09' '-08' '-07' '-06' '-05' '-04' '-03' '-02' '-01' '00' '01' '02' '03' '04' '05' '06' '07' '08' '09';
 }
 
 @counter-style <dfn>lower-roman</dfn> {
 	type: additive;
 	range: 1 4999;
-	additive-symbols: 1000 '\6D', 900 '\63\6D', 500 '\64', 400 '\63\64', 100 '\63', 90 '\78\63', 50 '\6C', 40 '\78\6C', 10 '\78', 9 '\69\78', 5 '\76', 4 '\69\76', 1 '\69';
-	/* 1000 'm', 900 'cm', 500 'd', 400 'cd', 100 'c', 90 'xc', 50 'l', 40 'xl', 10 'x', 9 'ix', 5 'v', 4 'iv', 1 'i' */
+	additive-symbols: 1000 m, 900 cm, 500 d, 400 cd, 100 c, 90 xc, 50 l, 40 xl, 10 x, 9 ix, 5 v, 4 iv, 1 i;
 }
 
 @counter-style <dfn>upper-roman</dfn> {
 	type: additive;
 	range: 1 4999;
-	additive-symbols: 1000 '\4D', 900 '\43\4D', 500 '\44', 400 '\43\44', 100 '\43', 90 '\58\43', 50 '\4C', 40 '\58\4C', 10 '\58', 9 '\49\58', 5 '\56', 4 '\49\56', 1 '\49';
-	/* 1000 'M', 900 'CM', 500 'D', 400 'CD', 100 'C', 90 'XC', 50 'L', 40 'XL', 10 'X', 9 'IX', 5 'V', 4 'IV', 1 'I' */
+	additive-symbols: 1000 M, 900 CM, 500 D, 400 CD, 100 C, 90 XC, 50 L, 40 XL, 10 X, 9 IX, 5 V, 4 IV, 1 I;
 }
 
 @counter-style <dfn>georgian</dfn> {
@@ -1641,8 +1637,7 @@
 
 @counter-style <dfn>lower-alpha</dfn> {
 	type: alphabetic;
-	symbols: '\61' '\62' '\63' '\64' '\65' '\66' '\67' '\68' '\69' '\6A' '\6B' '\6C' '\6D' '\6E' '\6F' '\70' '\71' '\72' '\73' '\74' '\75' '\76' '\77' '\78' '\79' '\7A';
-	/* 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j' 'k' 'l' 'm' 'n' 'o' 'p' 'q' 'r' 's' 't' 'u' 'v' 'w' 'x' 'y' 'z' */
+	symbols: a b c d e f g h i j k l m n o p q r s t u v w x y z;
 }
 
 @counter-style <dfn>lower-latin</dfn> {
@@ -1651,8 +1646,7 @@
 
 @counter-style <dfn>upper-alpha</dfn> {
 	type: alphabetic;
-	symbols: '\41' '\42' '\43' '\44' '\45' '\46' '\47' '\48' '\49' '\4A' '\4B' '\4C' '\4D' '\4E' '\4F' '\50' '\51' '\52' '\53' '\54' '\55' '\56' '\57' '\58' '\59' '\5A';
-	/* 'A' 'B' 'C' 'D' 'E' 'F' 'G' 'H' 'I' 'J' 'K' 'L' 'M' 'N' 'O' 'P' 'Q' 'R' 'S' 'T' 'U' 'V' 'W' 'X' 'Y' 'Z' */
+	symbols: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z;
 }
 
 @counter-style <dfn>upper-latin</dfn> {

Received on Friday, 2 December 2011 02:13:51 UTC