- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Apr 2011 01:08:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv2492
Modified Files:
Overview.src.html
Log Message:
Renamed 'japanese' (a numeric type) to 'cjk-decimal' and moved it to the right place in the ordering.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.src.html 4 Apr 2011 21:20:21 -0000 1.49
+++ Overview.src.html 5 Apr 2011 01:08:19 -0000 1.50
@@ -2066,6 +2066,11 @@
glyphs: "០" "១" "២" "៣" "៤" "៥" "៦" "៧" "៨" "៩";
}
+@counter-style cjk-decimal {
+ type: numeric;
+ glyphs: "〇" "一" "二" "三" "四" "五" "六" "七" "八" "九";
+}
+
@counter-style decimal {
type: numeric;
glyphs: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
@@ -2091,11 +2096,6 @@
glyphs: "੦" "੧" "੨" "੩" "੪" "੫" "੬" "੭" "੮" "੯";
}
-@counter-style japanese {
- type: numeric;
- glyphs: "〇" "一" "二" "三" "四" "五" "六" "七" "八" "九";
-}
-
@counter-style kannada {
type: numeric;
glyphs: "೦" "೧" "೨" "೩" "೪" "೫" "೬" "೭" "೮" "೯";
Received on Tuesday, 5 April 2011 01:08:22 UTC