csswg/css3-lists Overview.src.html,1.50,1.51

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

Modified Files:
	Overview.src.html 
Log Message:
Adding some more fullwidth variants for cjk lists - -decimal, -lower-alpha, and -upper-alpha.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Overview.src.html	5 Apr 2011 01:08:19 -0000	1.50
+++ Overview.src.html	5 Apr 2011 01:16:52 -0000	1.51
@@ -2086,6 +2086,11 @@
 	glyphs: "০" "১" "২" "৩" "৪" "৫" "৬" "৭" "৮" "৯";
 }
 
+@counter-style fullwidth-decimal {
+	type: numeric;
+	glyphs: "0", "1", "2", "3", "4", "5", "6", "7", "8", "9";
+}
+
 @counter-style gujarati {
 	type: numeric;
 	glyphs: "૦" "૧" "૨" "૩" "૪" "૫" "૬" "૭" "૮" "૯";
@@ -2236,6 +2241,18 @@
 	suffix "/";
 }
 
+@counter-style fullwidth-lower-alpha {
+	type: alphabetic;
+	glyphs: "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";
+	suffix: ".";
+}
+
+@counter-style fullwidth-upper-alpha {
+	type: alphabetic;
+	glyphs: "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";
+	suffix: ".";
+}
+
 @counter-style gedeo {
 	type: alphabetic;
 	glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ", "ፐ";

Received on Tuesday, 5 April 2011 01:16:56 UTC