csswg/css3-lists Overview.src.html,1.46,1.47

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

Modified Files:
	Overview.src.html 
Log Message:
Added persian-alphabetic and persian-abjad.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Overview.src.html	4 Apr 2011 20:15:33 -0000	1.46
+++ Overview.src.html	4 Apr 2011 20:34:03 -0000	1.47
@@ -2599,6 +2599,16 @@
 	suffix: "";
 }
 
+@counter-style persian-alphabetic {
+	type: non-repeating 1;
+	glyphs: "ا", "ب", "پ", "ت", "ث", "ج", "چ", "ح", "خ", "د", "ذ", "ر", "ز", "ژ", "س", "ش", "ص", "ض", "ط", "ظ", "ع", "غ", "ف", "ق", "ک", "گ", "ل", "م", "ن", "و", "ه‍", "ی";
+}
+
+@counter-style persian-abjad {
+	type: non-repeating 1;
+	glyphs: "ا", "ب", "ج", "د", "ه‍", "و", "ز", "ح", "ط", "ی", "ک", "ل", "م", "ن", "س", "ع", "ف", "ص", "ق", "ر", "ش", "ت", "ث", "خ", "ذ", "ض", "ظ", "غ";
+}
+
 
 /* Additive */
 

Received on Monday, 4 April 2011 20:34:06 UTC