- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Mar 2011 22:46:17 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv15541
Modified Files:
Overview.src.html
Log Message:
Added newBase60, credit Tantek Celik (tantek.com)
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Overview.src.html 22 Mar 2011 22:41:04 -0000 1.40
+++ Overview.src.html 22 Mar 2011 22:46:15 -0000 1.41
@@ -2141,6 +2141,11 @@
glyphs: "၀" "၁" "၂" "၃" "၄" "၅" "၆" "၇" "၈" "၉";
}
+@counter-style new-base-60 {
+ type: numeric;
+ glyphs: "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "J", "K", "L", "M", "N", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "_", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z";
+}
+
@counter-style octal {
type: numeric;
glyphs: "0" "1" "2" "3" "4" "5" "6" "7";
Received on Tuesday, 22 March 2011 22:46:18 UTC