csswg/css3-lists Overview.src.html,1.32,1.33

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

Modified Files:
	Overview.src.html 
Log Message:
Filled in the UA stylesheet for all the predefined list types.  This is mostly a straight copy from the existing spec, which has some errors I need to address.


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.src.html	16 Mar 2011 17:08:30 -0000	1.32
+++ Overview.src.html	16 Mar 2011 22:55:00 -0000	1.33
@@ -1634,7 +1634,566 @@
 	to a counter style name defined in this stylesheet.</p>
 
 	<pre class=css><code>
-		<span class=issue>Fill this in.</span>
+/* Glyph-based */
+
+@counter-style box {
+	type: repeating;
+	glyphs: "■";
+	suffix: "";
+}
+
+@counter-style check {
+	type: repeating;
+	glyphs: "✓";
+	suffix: "";
+}
+
+@counter-style circle {
+	type: repeating;
+	glyphs: "◦";
+	suffix: "";
+}
+
+@counter-style diamond {
+	type: repeating;
+	glyphs: "◆";
+	suffix: "";
+}
+
+@counter-style disc {
+	type: repeating;
+	glyphs: "•";
+	suffix: "";
+}
+
+@counter-style hyphen {
+	type: repeating;
+	glyphs: "–";
+	suffix: "";
+}
+
+@counter-style square {
+	type: repeating;
+	glyphs: "■";
+	suffix: "";
+}
+
+
+/* Numeric */
+
+@counter-style arabic-indic {
+	type: numeric;
+	glyphs: "٠" "١" "٢" "٣" "٤" "٥" "٦" "٧" "٨" "٩";
+}
+
+@counter-style bengali {
+	type: numeric;
+	glyphs: "০" "১" "২" "৩" "৪" "৫" "৬" "৭" "৮" "৯";
+}
+
+@counter-style binary {
+	type: numeric;
+	glyphs: "0" "1";
+}
+
+@counter-style burmese {
+	type: numeric;
+	glyphs: "၀" "၁" "၂" "၃" "၄" "၅" "၆" "၇" "၈" "၉";
+}
+
+@counter-style cambodian {
+	type: numeric;
+	glyphs: "០" "១" "២" "៣" "៤" "៥" "៦" "៧" "៨" "៩";
+}
+
+@counter-style decimal {
+	type: numeric;
+	glyphs: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
+}
+
+@counter-style devanagari {
+	type: numeric;
+	glyphs: "०" "१" "२" "३" "४" "५" "६" "७" "८" "९";
+}
+
+@counter-style eastern-nagari {
+	type: numeric;
+	glyphs: "০" "১" "২" "৩" "৪" "৫" "৬" "৭" "৮" "৯";
+}
+
+@counter-style gujarati {
+	type: numeric;
+	glyphs: "૦" "૧" "૨" "૩" "૪" "૫" "૬" "૭" "૮" "૯";
+}
+
+@counter-style gurmukhi {
+	type: numeric;
+	glyphs: "੦" "੧" "੨" "੩" "੪" "੫" "੬" "੭" "੮" "੯";
+}
+
+@counter-style kannada {
+	type: numeric;
+	glyphs: "೦" "೧" "೨" "೩" "೪" "೫" "೬" "೭" "೮" "೯";
+}
+
+@counter-style khmer {
+	type: numeric;
+	glyphs: "០" "១" "២" "៣" "៤" "៥" "៦" "៧" "៨" "៩";
+}
+
+@counter-style lower-hexadecimal {
+	type: numeric;
+	glyphs: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "a" "b" "c" "d" "e" "f";
+}
+
+@counter-style lao {
+	type: numeric;
+	glyphs: "໐" "໑" "໒" "໓" "໔" "໕" "໖" "໗" "໘" "໙";
+}
+
+@counter-style lepcha {
+	type: numeric;
+	glyphs: "᱀" "᱁" "᱂" "᱃" "᱄" "᱅" "᱆" "᱇" "᱈" "᱉";
+}
+
+@counter-style malayalam {
+	type: numeric;
+	glyphs: "൦" "൧" "൨" "൩" "൪" "൫" "൬" "൭" "൮" "൯";
+}
+
+@counter-style marathi {
+	type: numeric;
+	glyphs: "०" "१" "२" "३" "४" "५" "६" "७" "८" "९";
+}
+
+@counter-style mongolian {
+	type: numeric;
+	glyphs: "᠐" "᠑" "᠒" "᠓" "᠔" "᠕" "᠖" "᠗" "᠘" "᠙";
+}
+
+@counter-style myanmar {
+	type: numeric;
+	glyphs: "၀" "၁" "၂" "၃" "၄" "၅" "၆" "၇" "၈" "၉";
+}
+
+@counter-style octal {
+	type: numeric;
+	glyphs: "0" "1" "2" "3" "4" "5" "6" "7";
+}
+
+@counter-style oriya {
+	type: numeric;
+	glyphs: "୦" "୧" "୨" "୩" "୪" "୫" "୬" "୭" "୮" "୯";
+}
+
+@counter-style persian {
+	type: numeric;
+	glyphs: "۰" "۱" "۲" "۳" "۴" "۵" "۶" "۷" "۸" "۹";
+}
+
+@counter-style super-decimal {
+	type: numeric;
+	glyphs: "⁰" "¹" "²" "³" "⁴" "⁵" "⁶" "⁷" "⁸" "⁹";
+}
+
+@counter-style tamil {
+	type: numeric;
+	glyphs: "௦" "௧" "௨" "௩" "௪" "௫" "௬" "௭" "௮" "௯";
+}
+
+@counter-style telugu {
+	type: numeric;
+	glyphs: "౦" "౧" "౨" "౩" "౪" "౫" "౬" "౭" "౮" "౯";
+}
+
+@counter-style tibetan {
+	type: numeric;
+	glyphs: "༠" "༡" "༢" "༣" "༤" "༥" "༦" "༧" "༨" "༩";
+}
+
+@counter-style thai {
+	type: numeric;
+	glyphs: "๐" "๑" "๒" "๓" "๔" "๕" "๖" "๗" "๘" "๙";
+}
+
+@counter-style upper-hexadecimal {
+	type: numeric;
+	glyphs: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "A" "B" "C" "D" "E" "F";
+}
+
+
+/* Alphabetic */
+
+@counter-style afar {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "በ" "ተ" "ነ" "አ" "ከ" "ወ" "ዐ" "የ" "ደ" "ገ" "ጸ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-aa-et {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "በ" "ተ" "ነ" "አ" "ከ" "ወ" "ዐ" "የ" "ደ" "ገ" "ጸ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-aa-er {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "በ" "ተ" "ነ" "አ" "ከ" "ወ" "ዐ" "የ" "ደ" "ገ" "ጸ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style amharic {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ኀ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-am-et {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ኀ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style amharic-abegede {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-abegede-am-et {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style cjk-earthly-branch {
+	type: alphabetic;
+	glyphs: "子" "丑" "寅" "卯" "辰" "巳" "午" "未" "申" "酉" "戌" "亥";
+}
+
+@counter-style cjk-heavenly-stem {
+	type: alphabetic;
+	glyphs: "甲" "乙" "丙" "丁" "戊" "己" "庚" "辛" "壬" "癸";
+}
+
+@counter-style ethiopic {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ቀ" "በ" "ተ" "ኀ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ገ" "ጠ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-gez {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ቀ" "በ" "ተ" "ኀ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ገ" "ጠ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-abegede {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ሀ" "ወ" "ዘ" "ሐ" "ጠ" "የ" "ከ" "ለ" "መ" "ነ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ተ" "ኀ" "ፀ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-abegede-gez {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ሀ" "ወ" "ዘ" "ሐ" "ጠ" "የ" "ከ" "ለ" "መ" "ነ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ተ" "ኀ" "ፀ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style hangul-consonant {
+	type: alphabetic;
+	glyphs: "ㄱ" "ㄴ" "ㄷ" "ㄹ" "ㅁ" "ㅂ" "ㅅ" "ㅇ" "ㅈ" "ㅊ" "ㅋ" "ㅌ" "ㅍ" "ㅎ";
+}
+
+@counter-style hangul {
+	type: alphabetic;
+	glyphs: "가" "나" "다" "라" "마" "바" "사" "아" "자" "차" "카" "타" "파" "하";
+}
+
+@counter-style hiragana-iroha {
+	type: alphabetic;
+	glyphs: "い" "ろ" "は" "に" "ほ" "へ" "と" "ち" "り" "ぬ" "る" "を" "わ" "か" "よ" "た" "れ" "そ" "つ" "ね" "な" "ら" "む" "う" "ゐ" "の" "お" "く" "や" "ま" "け" "ふ" "こ" "え" "て" "あ" "さ" "き" "ゆ" "め" "み" "し" "ゑ" "ひ" "も" "せ" "す";
+}
+
+@counter-style hiragana {
+	type: alphabetic;
+	glyphs: "あ" "い" "う" "え" "お" "か" "き" "く" "け" "こ" "さ" "し" "す" "せ" "そ" "た" "ち" "つ" "て" "と" "な" "に" "ぬ" "ね" "の" "は" "ひ" "ふ" "へ" "ほ" "ま" "み" "む" "め" "も" "や" "ゆ" "よ" "ら" "り" "る" "れ" "ろ" "わ" "ゐ" "ゑ" "を" "ん";
+}
+
+@counter-style katakana-iroha {
+	type: alphabetic;
+	glyphs: "イ" "ロ" "ハ" "ニ" "ホ" "ヘ" "ト" "チ" "リ" "ヌ" "ル" "ヲ" "ワ" "カ" "ヨ" "タ" "レ" "ソ" "ツ" "ネ" "ナ" "ラ" "ム" "ウ" "ヰ" "ノ" "オ" "ク" "ヤ" "マ" "ケ" "フ" "コ" "エ" "テ" "ア" "サ" "キ" "ユ" "メ" "ミ" "シ" "ヱ" "ヒ" "モ" "セ" "ス";
+}
+
+@counter-style katakana {
+	type: alphabetic;
+	glyphs: "ア" "イ" "ウ" "エ" "オ" "カ" "キ" "ク" "ケ" "コ" "サ" "シ" "ス" "セ" "ソ" "タ" "チ" "ツ" "テ" "ト" "ナ" "ニ" "ヌ" "ネ" "ノ" "ハ" "ヒ" "フ" "ヘ" "ホ" "マ" "ミ" "ム" "メ" "モ" "ヤ" "ユ" "ヨ" "ラ" "リ" "ル" "レ" "ロ" "ワ" "ヰ" "ヱ" "ヲ" "ン";
+}
+
+@counter-style 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";
+}
+
+@counter-style lower-latin {
+	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";
+}
+
+@counter-style lower-greek {
+	type: alphabetic;
+	glyphs: "α" "β" "γ" "δ" "ε" "ζ" "η" "θ" "ι" "κ" "λ" "μ" "ν" "ξ" "ο" "π" "ρ" "σ" "τ" "υ" "φ" "χ" "ψ" "ω";
+}
+
+@counter-style lower-norwegian {
+	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" "æ" "ø" "å";
+}
+
+@counter-style oromo {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-om-et {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style sidama {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-sid-et {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style somali {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ነ" "አ" "ከ" "ኸ" "ወ" "ዐ" "የ" "ደ" "ጀ" "ገ" "ጸ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-so-et {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ነ" "አ" "ከ" "ኸ" "ወ" "ዐ" "የ" "ደ" "ጀ" "ገ" "ጸ" "ፈ";
+	suffix: "፦";
+}
+
+@counter-style tigre {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-tig {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style tigrinya-er {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-ti-er {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style tigrinya-er-abegede {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-abegede-ti-er {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style tigrinya-et {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ኀ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-halehame-ti-et {
+	type: alphabetic;
+	glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ኀ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style tigrinya-et-abegede {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style ethiopic-abegede-ti-et {
+	type: alphabetic;
+	glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
+	suffix: "፦";
+}
+
+@counter-style 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";
+}
+
+@counter-style upper-latin {
+	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";
+}
+
+@counter-style upper-greek {
+	type: alphabetic;
+	glyphs: "Α" "Β" "Γ" "Δ" "Ε" "Ζ" "Η" "Θ" "Ι" "Κ" "Λ" "Μ" "Ν" "Ξ" "Ο" "Π" "Ρ" "Σ" "Τ" "Υ" "Φ" "Χ" "Ψ" "Ω";
+}
+
+@counter-style upper-norwegian {
+	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" "Æ" "Ø" "Å";
+}
+
+
+/* Symbolic */
+
+@counter-style asterisks {
+	type: symbolic;
+	glyphs: "*";
+	suffix: "";
+}
+
+@counter-style footnotes {
+	type: symbolic;
+	glyphs: "*" "⁑" "†" "‡";
+	suffix: "";
+}
+
+
+/* Non-repeating */
+
+@counter-style circled-decimal {
+	type: non-repeating 0;
+	glyphs: "⓪" "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩" "⑪" "⑫" "⑬" "⑭" "⑮" "⑯" "⑰" "⑱" "⑲" "⑳" ;
+	suffix: "";
+}
+
+@counter-style circled-lower-latin {
+	type: non-repeating 1;
+	glyphs: "ⓐ" "ⓑ" "ⓒ" "ⓓ" "ⓔ" "ⓕ" "ⓖ" "ⓗ" "ⓘ" "ⓙ" "ⓚ" "ⓛ" "ⓜ" "ⓝ" "ⓞ" "ⓟ" "ⓠ" "ⓡ" "ⓢ" "ⓣ" "ⓤ" "ⓥ" "ⓦ" "ⓧ" "ⓨ" "ⓩ";
+	suffix: "";
+}
+
+@counter-style circled-upper-latin {
+	type: non-repeating 1;
+	glyphs: "Ⓐ" "Ⓑ" "Ⓒ" "Ⓓ" "Ⓔ" "Ⓕ" "Ⓖ" "Ⓗ" "Ⓘ" "Ⓙ" "Ⓚ" "Ⓛ" "Ⓜ" "Ⓝ" "Ⓞ" "Ⓟ" "Ⓠ" "Ⓡ" "Ⓢ" "Ⓣ" "Ⓤ" "Ⓥ" "Ⓦ" "Ⓧ" "Ⓨ" "Ⓩ";
+	suffix: "";
+}
+
+@counter-style dotted-decimal {
+	type: non-repeating 1;
+	glyphs: "⒈" "⒉" "⒊" "⒋" "⒌" "⒍" "⒎" "⒏" "⒐" "⒑" "⒒" "⒓" "⒔" "⒕" "⒖" "⒗" "⒘" "⒙" "⒚" "⒛";
+	suffix: "";
+}
+
+@counter-style double-circled-decimal {
+	type: non-repeating 1;
+	glyphs: "⓵" "⓶" "⓷" "⓸" "⓹" "⓺" "⓻" "⓼" "⓽" "⓾";
+	suffix: "";
+}
+
+@counter-style filled-circled-decimal {
+	type: non-repeating 11;
+	glyphs: "⓫" "⓬" "⓭" "⓮" "⓯" "⓰" "⓱" "⓲" "⓳" "⓴";
+	suffix: "";
+}
+
+@counter-style parenthesised-decimal {
+	type: non-repeating 1;
+	glyphs: "⑴" "⑵" "⑶" "⑷" "⑸" "⑹" "⑺" "⑻" "⑼" "⑽" "⑾" "⑿" "⒀" "⒁" "⒂" "⒃" "⒄" "⒅" "⒆" "⒇";
+	suffix: "";
+}
+
+@counter-style parenthesised-lower-latin {
+	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";
+	suffix: "";
+}
+
+
+/* Additive */
+
+@counter-style simple-upper-roman {
+	type: additive;
+	range: 1 4999;
+	additive-glyphs: 1000 "M", 500 "D", 100 "C", 50 "L", 10 "X", 5 "V", 1 "I";
+}
+
+@counter-style simple-lower-roman {
+	type: additive;
+	range: 1 4999;
+	additive-glyphs: 1000 "m", 500 "d", 100 "c", 50 "l", 10 "x", 5 "v", 1 "i";
+}
+
+@counter-style upper-roman {
+	type: additive;
+	range: 1 4999;
+	additive-glyphs: 1000 "M", 900 "CM", 500 "D", 400 "CD", 100 "C", 90 "XC", 50 "L", 40 "XL", 10 "X", 9 "IX", 5 "V", 4 "IV", 1 "I";
+}
+
+@counter-style lower-roman {
+	type: additive;
+	range: 1 4999;
+	additive-glyphs: 1000 "m", 900 "cm", 500 "d", 400 "cd", 100 "c", 90 "xc", 50 "l", 40 "xl", 10 "x", 9 "ix", 5 "v", 4 "iv", 1 "i";
+}
+
+@counter-style lower-armenian {
+	type: additive;
+	range: 1 99999999;
+	additive-glyphs: 90000000 "ք̂", 80000000 "փ̂", 70000000 "ու̂", 60000000 "ց̂", 50000000 "ր̂", 40000000 "տ̂", 30000000 "վ̂", 20000000 "ս̂", 10000000 "ռ̂", 9000000 "ջ̂", 8000000 "պ̂", 7000000 "չ̂", 6000000 "ո̂", 5000000 "շ̂", 4000000 "ն̂", 3000000 "յ̂", 2000000 "մ̂", 1000000 "ճ̂", 900000 "ղ̂", 800000 "ձ̂", 700000 "հ̂", 600000 "կ̂", 500000 "ծ̂", 400000 "խ̂", 300000 "լ̂", 200000 "ի̂", 100000 "ժ̂", 90000 "թ̂", 80000 "ը̂", 70000 "է̂", 60000 "զ̂", 50000 "ե̂", 40000 "դ̂", 30000 "գ̂", 20000 "բ̂", 10000 "ա̂", 9000 "ք", 8000 "փ", 7000 "ու", 6000 "ց", 5000 "ր", 4000 "տ", 3000 "վ", 2000 "ս", 1000 "ռ", 900 "ջ", 800 "պ", 700 "չ", 600 "ո", 500 "շ", 400 "ն", 300 "յ", 200 "մ", 100 "ճ", 90 "ղ", 80 "ձ", 70 "հ", 60 "կ", 50 "ծ", 40 "խ", 30 "լ", 20 "ի", 10 "ժ", 9 "թ", 8 "ը", 7 "է", 6 "զ", 5 "ե", 4 "դ", 3 "գ", 2 "բ", 1 "ա";
+}
+
+@counter-style upper-armenian {
+	type: additive;
+	range: 1 99999999;
+	additive-glyphs: 90000000 "Ք̂", 80000000 "Փ̂", 70000000 "Ւ̂", 60000000 "Ց̂", 50000000 "Ր̂", 40000000 "Տ̂", 30000000 "Վ̂", 20000000 "Ս̂", 10000000 "Ռ̂", 9000000 "Ջ̂", 8000000 "Պ̂", 7000000 "Չ̂", 6000000 "Ո̂", 5000000 "Շ̂", 4000000 "Ն̂", 3000000 "Յ̂", 2000000 "Մ̂", 1000000 "Ճ̂", 900000 "Ղ̂", 800000 "Ձ̂", 700000 "Հ̂", 600000 "Կ̂", 500000 "Ծ̂", 400000 "Խ̂", 300000 "Լ̂", 200000 "Ի̂", 100000 "Ժ̂", 90000 "Թ̂", 80000 "Ը̂", 70000 "Է̂", 60000 "Զ̂", 50000 "Ե̂", 40000 "Դ̂", 30000 "Գ̂", 20000 "Բ̂", 10000 "Ա̂", 9000 "Ք", 8000 "Փ", 7000 "Ւ", 6000 "Ց", 5000 "Ր", 4000 "Տ", 3000 "Վ", 2000 "Ս", 1000 "Ռ", 900 "Ջ", 800 "Պ", 700 "Չ", 600 "Ո", 500 "Շ", 400 "Ն", 300 "Յ", 200 "Մ", 100 "Ճ", 90 "Ղ", 80 "Ձ", 70 "Հ", 60 "Կ", 50 "Ծ", 40 "Խ", 30 "Լ", 20 "Ի", 10 "Ժ", 9 "Թ", 8 "Ը", 7 "Է", 6 "Զ", 5 "Ե", 4 "Դ", 3 "Գ", 2 "Բ", 1 "Ա";
+}
+
+@counter-style armenian {
+	type: additive;
+	range: 1 99999999;
+	additive-glyphs: 90000000 "Ք̂", 80000000 "Փ̂", 70000000 "Ւ̂", 60000000 "Ց̂", 50000000 "Ր̂", 40000000 "Տ̂", 30000000 "Վ̂", 20000000 "Ս̂", 10000000 "Ռ̂", 9000000 "Ջ̂", 8000000 "Պ̂", 7000000 "Չ̂", 6000000 "Ո̂", 5000000 "Շ̂", 4000000 "Ն̂", 3000000 "Յ̂", 2000000 "Մ̂", 1000000 "Ճ̂", 900000 "Ղ̂", 800000 "Ձ̂", 700000 "Հ̂", 600000 "Կ̂", 500000 "Ծ̂", 400000 "Խ̂", 300000 "Լ̂", 200000 "Ի̂", 100000 "Ժ̂", 90000 "Թ̂", 80000 "Ը̂", 70000 "Է̂", 60000 "Զ̂", 50000 "Ե̂", 40000 "Դ̂", 30000 "Գ̂", 20000 "Բ̂", 10000 "Ա̂", 9000 "Ք", 8000 "Փ", 7000 "Ւ", 6000 "Ց", 5000 "Ր", 4000 "Տ", 3000 "Վ", 2000 "Ս", 1000 "Ռ", 900 "Ջ", 800 "Պ", 700 "Չ", 600 "Ո", 500 "Շ", 400 "Ն", 300 "Յ", 200 "Մ", 100 "Ճ", 90 "Ղ", 80 "Ձ", 70 "Հ", 60 "Կ", 50 "Ծ", 40 "Խ", 30 "Լ", 20 "Ի", 10 "Ժ", 9 "Թ", 8 "Ը", 7 "Է", 6 "Զ", 5 "Ե", 4 "Դ", 3 "Գ", 2 "Բ", 1 "Ա";
+}
+
+@counter-style georgian {
+	type: additive;
+	range: 1 19999;
+	additive-glyphs: 10000 "ჵ", 9000 "ჰ", 8000 "ჯ", 7000 "ჴ", 6000 "ხ", 5000 "ჭ", 4000 "წ", 3000 "ძ", 2000 "ც", 1000 "ჩ", 900 "შ", 800 "ყ", 700 "ღ", 600 "ქ", 500 "ფ", 400 "ჳ", 300 "ტ", 200 "ს", 100 "რ", 90 "ჟ", 80 "პ", 70 "ო", 60 "ჲ", 50 "ნ", 40 "მ", 30 "ლ", 20 "კ", 10 "ი", 9 "თ", 8 "ჱ", 7 "ზ", 6 "ვ", 5 "ე", 4 "დ", 3 "გ", 2 "ბ", 1 "ა";
+}
+
+@counter-style ancient-tamil {
+	type: additive;
+	range: 1 9999;
+	additive-glyphs: 9000 "௯௲", 8000 "௮௲", 7000 "௭௲", 6000 "௬௲", 5000 "௫௲", 4000 "௪௲", 3000 "௩௲", 2000 "௨௲", 1000 "௲", 900 "௯௱", 800 "௮௱", 700 "௭௱", 600 "௬௱", 500 "௫௱", 400 "௪௱", 300 "௩௱", 200 "௨௱", 100 "௱", 90 "௯௰", 80 "௮௰", 70 "௭௰", 60 "௬௰", 50 "௫௰", 40 "௪௰", 30 "௩௰", 20 "௨௰", 10 "௰", 9 "௯", 8 "௮", 7 "௭", 6 "௬", 5 "௫", 4 "௪", 3 "௩", 2 "௨", 1 "௧";
+}
 	</code></pre>
 
 <!-- ====================================================================== -->

Received on Wednesday, 16 March 2011 22:55:04 UTC