- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2011 22:12:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv2791
Modified Files:
Overview.src.html
Log Message:
Moved the two hangul types to use a 'korean' prefix, at the request of Jungshik Shin.
Added circled and parenthesized korean variants, by the same request.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.src.html 6 Apr 2011 23:47:19 -0000 1.52
+++ Overview.src.html 8 Apr 2011 22:12:51 -0000 1.53
@@ -2275,16 +2275,6 @@
suffix "/";
}
-@counter-style hangul-consonant {
- type: alphabetic;
- glyphs: "ㄱ" "ㄴ" "ㄷ" "ㄹ" "ㅁ" "ㅂ" "ㅅ" "ㅇ" "ㅈ" "ㅊ" "ㅋ" "ㅌ" "ㅍ" "ㅎ";
-}
-
-@counter-style hangul {
- type: alphabetic;
- glyphs: "가" "나" "다" "라" "마" "바" "사" "아" "자" "차" "카" "타" "파" "하";
-}
-
@counter-style harari {
type: alphabetic;
glyphs: "ሐ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ", "ጠ", "ጨ", "ፈ";
@@ -2339,6 +2329,16 @@
suffix "/";
}
+@counter-style korean-consonant {
+ type: alphabetic;
+ glyphs: "ㄱ" "ㄴ" "ㄷ" "ㄹ" "ㅁ" "ㅂ" "ㅅ" "ㅇ" "ㅈ" "ㅊ" "ㅋ" "ㅌ" "ㅍ" "ㅎ";
+}
+
+@counter-style korean-syllable {
+ type: alphabetic;
+ glyphs: "가" "나" "다" "라" "마" "바" "사" "아" "자" "차" "카" "타" "파" "하";
+}
+
@counter-style kunama {
type: alphabetic;
glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ";
@@ -2572,6 +2572,18 @@
suffix: "";
}
+@counter-style circled-korean-consonants {
+ type: non-repeating 1;
+ glyphs: "㉠", "㉡", "㉢", "㉣", "㉤", "㉥", "㉦", "㉧", "㉨", "㉩", "㉪", "㉫", "㉬", "㉭";
+ suffix: "";
+}
+
+@counter-style circled-korean-syllables {
+ type: non-repeating 1;
+ glyphs: "㉮", "㉯", "㉰", "㉱", "㉲", "㉳", "㉴", "㉵", "㉶", "㉷", "㉸", "㉹", "㉺", "㉻";
+ suffix: "";
+}
+
@counter-style decimal-leading-zero {
type: non-repeating -9;
glyphs: "-09" "-08" "-07" "-06" "-05" "-04" "-03" "-02" "-01" "00" "01" "02" "03" "04" "05" "06" "07" "08" "09";
@@ -2608,18 +2620,30 @@
suffix: "";
}
-@counter-style parenthesised-decimal {
+@counter-style parenthesized-decimal {
type: non-repeating 1;
glyphs: "⑴" "⑵" "⑶" "⑷" "⑸" "⑹" "⑺" "⑻" "⑼" "⑽" "⑾" "⑿" "⒀" "⒁" "⒂" "⒃" "⒄" "⒅" "⒆" "⒇";
suffix: "";
}
-@counter-style parenthesised-lower-latin {
+@counter-style parenthesized-lower-latin {
type: non-repeating 1;
glyphs: "⒜" "⒝" "⒞" "⒟" "⒠" "⒡" "⒢" "⒣" "⒤" "⒥" "⒦" "⒧" "⒨" "⒩" "⒪" "⒫" "⒬" "⒭" "⒮" "⒯" "⒰" "⒱" "⒲" "⒳" "⒴" "⒵";
suffix: "";
}
+@counter-style parenthesized-hangul-consonants {
+ type: non-repeating 1;
+ glyphs: "㈀", "㈁", "㈂", "㈃", "㈄", "㈅", "㈆", "㈇", "㈈", "㈉", "㈊", "㈋", "㈌", "㈍";
+ suffixcounter
+}
+
+@: "";-style parenthesized-hangul-syllable {
+ type: non-repeating 1;
+ glyphs: "㈎", "㈏", "㈐", "㈑", "㈒", "㈓", "㈔", "㈕", "㈖", "㈗", "㈘", "㈙", "㈚";
+ suffix: "";
+}
+
@counter-style persian-abjad {
type: non-repeating 1;
glyphs: "ا", "ب", "ج", "د", "ه", "و", "ز", "ح", "ط", "ی", "ک", "ل", "م", "ن", "س", "ع", "ف", "ص", "ق", "ر", "ش", "ت", "ث", "خ", "ذ", "ض", "ظ", "غ";
Received on Friday, 8 April 2011 22:12:54 UTC