- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Apr 2011 18:26:51 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv936
Modified Files:
Overview.html Overview.src.html
Log Message:
Added thai-alphabetic system.
Regenerated the public spec, since it was getting old.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html 18 Mar 2011 22:54:29 -0000 1.16
+++ Overview.html 4 Apr 2011 18:26:49 -0000 1.17
@@ -31,13 +31,13 @@
<h1>CSS Lists and Counters Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 18 March
+ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 4 April
2011</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110318">http://www.w3.org/TR/2011/WD-css3-lists-20110318</a></dd> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110404">http://www.w3.org/TR/2011/WD-css3-lists-20110404</a></dd> -->
<a
href="http://dev.w3.org/csswg/css3-lists">http://dev.w3.org/csswg/css3-lists</a>
@@ -290,25 +290,25 @@
to add parentheses around each numbered list item. This HTML application
and style sheet:</p>
- <pre><![CDATA[
-<!doctype html>
-<html>
- <head>
- <title>Creating a list with markers</title>
- <style>
+ <pre>
+<!doctype html>
+<html>
+ <head>
+ <title>Creating a list with markers</title>
+ <style>
li::marker { content: "(" counter(list-item, lower-roman) ")"; }
li { display: list-item; }
- </style>
- </head>
- <body>
- <ol>
- <li>This is the first item.</li>
- <li>This is the second item.</li>
- <li>This is the third item.</li>
- </ol>
- </body>
-</html>
-]]></pre>
+ </style>
+ </head>
+ <body>
+ <ol>
+ <li>This is the first item.</li>
+ <li>This is the second item.</li>
+ <li>This is the third item.</li>
+ </ol>
+ </body>
+</html>
+ </pre>
<p>should produce something like this:</p>
@@ -1055,8 +1055,8 @@
<td>U+1371
</table>
- <li>For each group with an odd index (as given in the second step), append
- ፻ U+137B.
+ <li>For each group with an odd index (as given in the second step) that
+ did not have its digits removed in the third step, append ፻ U+137B.
<li>For each group with an even index (as given in the second step),
except the group with number 0, append ፼ U+137C.
@@ -1087,16 +1087,19 @@
<h4 id=chinese-counter-styles><span class=secno>4.3.3. </span> The Chinese
counter styles</h4>
- <p>The Chinese counter styles are defined for all non-negative numbers less
- than 10<sup>16</sup>. There are four Chinese counter styles which are
- constructed using the same algorithm, but different sets of characters
- (given below). The following algorithm converts decimal digits into
- Chinese numbers:
+ <p>The Chinese counter styles are defined for all numbers between
+ -10<sup>16</sup> and 10<sup>16</sup>, exclusive. There are four Chinese
+ counter styles which are constructed using the same algorithm, but
+ different sets of characters (given below). The following algorithm
+ converts decimal digits into Chinese numbers:
<ol>
- <li>If the original number is 0, the representation is simply the
- character for 0 from the counter style's table, below. End this
- algorithm.
+ <li>If the counter value is 0, the representation is simply the character
+ for 0 from the counter style's table, below. End this algorithm.
+
+ <li>If the counter value is negative, set the <var>negative flag</var> and
+ run the rest of this algorithm with the absolute value of the counter
+ value.
<li>Split the decimal number into groups of four digits, starting with the
least significant digit.
@@ -1110,14 +1113,20 @@
third digit, and the fourth digit marker to the fourth digit. The first
digit has no marker.
- <li>For each group, drop any leading or trailing 0s. If a group has
- "internal" 0s (like 2002), collapse them to a single 0.
+ <li>For each group, drop any trailing 0s. As well, drop any leading 0s for
+ the largest group.
<li>Concatenate the groups back into a single string, least significant
group first (on the right).
+ <li>Collapse any runs of consecutive 0s into a single 0. <span
+ class=note>This can cross the previous group boundaries.</span>
+
<li>Replace each digit with the relevant character from the counter
style's table, below.
+
+ <li>If the <var>negative flag</var> is set, prepend 負 U+8D1F to the
+ string.
</ol>
<p>The following tables define the characers used in the four Chinese
@@ -1216,7 +1225,7 @@
<td>万亿 U+4E07 U+4EBF
</table>
- <dt><dfn id=simp-chinese-formal>simp-chinese-formal</dfn>
+ <dt><dfn id=simp-chinese-financial>simp-chinese-financial</dfn>
<dd>
<table>
@@ -1307,6 +1316,14 @@
<td>万亿 U+4E07 u+4EBF
</table>
+
+ <dt><dfn id=trad-chinese-informal>trad-chinese-informal</dfn>
+
+ <dd class=issue>Fill this in.
+
+ <dt><dfn id=trad-chinese-financial>trad-chinese-financial</dfn>
+
+ <dd class=issue>Fill this in.
</dl>
<h4 id=japanese-counter-styles><span class=secno>4.3.4. </span> The
@@ -1441,7 +1458,7 @@
<td>兆 U+5146
</table>
- <dt><dfn id=japanese-formal>japanese-formal</dfn>
+ <dt><dfn id=japanese-financial>japanese-financial</dfn>
<dd>
<table>
@@ -1543,7 +1560,20 @@
<h4 id=korean-counter-styles><span class=secno>4.3.5. </span> The Korean
counter styles</h4>
- <p class=issue>Fill in Korean here.</p>
+ <p class=issue>Fill in Korean here.
+
+ <p>The following tables define the characters used in the two Japanese
+ counter styles:
+
+ <dl>
+ <dt>korean-informal
+
+ <dd class=issue>Fill this in.
+
+ <dt>korean-financial
+
+ <dd class=issue>Fill this in.
+ </dl>
<!-- ====================================================================== -->
<h2 id=list-style-image-property><span class=secno>5. </span> List Content:
@@ -1656,13 +1686,13 @@
<pre>
li { display: list-item; list-style-type: decimal /* initial value */; }
li::marker { content: normal /* initial value */; }
-</pre>
+ </pre>
<p>And the following document fragment:</p>
- <pre><![CDATA[
-<li>List Item</li>
-]]></pre>
+ <pre>
+<li>List Item</li>
+ </pre>
<p>The computed value of the ‘<code
class=property>content</code>’ property on the ‘<code
@@ -2864,6 +2894,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";
@@ -2914,44 +2949,26 @@
@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: "፦";
+ glyphs: "ሀ", "ለ", "ሐ", "መ", "ረ", "ሰ", "በ", "ተ", "ነ", "አ", "ከ", "ወ", "ዐ", "የ", "ደ", "ዸ", "ገ", "ጸ", "ፈ";
+ suffix "/";
}
-@counter-style ethiopic-halehame-am-et {
+@counter-style agaw {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ኀ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "ሐ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "ቐ", "በ", "ቨ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ", "ጘ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ", "ፐ";
+ suffix "/";
}
-@counter-style amharic-abegede {
+@counter-style ari {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "በ", "ቨ", "ተ", "ቸ", "ነ", "ጀ", "ገ", "ጨ", "ፀ", "ፐ";
+ suffix "/";
}
-@counter-style ethiopic-abegede-am-et {
+@counter-style blin {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "ሐ", "መ", "ሰ", "ሸ", "ረ", "ቀ", "ቐ", "በ", "ተ", "ነ", "ጀ", "ገ", "ጘ", "ጠ", "ጨ", "ፈ", "ቸ", "ኘ", "ጸ", "ጰ", "ፐ";
+ suffix "/";
}
@counter-style cjk-earthly-branch {
@@ -2966,28 +2983,28 @@
suffix: "、";
}
-@counter-style ethiopic {
+@counter-style dizi {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ቀ" "በ" "ተ" "ኀ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ገ" "ጠ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ", "ጠ", "ጨ", "ጸ", "ፀ", "ፈ";
+ suffix "/";
}
-@counter-style ethiopic-halehame-gez {
+@counter-style gedeo {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ቀ" "በ" "ተ" "ኀ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ገ" "ጠ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ", "ፐ";
+ suffix "/";
}
-@counter-style ethiopic-abegede {
+@counter-style gumuz {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ሀ" "ወ" "ዘ" "ሐ" "ጠ" "የ" "ከ" "ለ" "መ" "ነ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ተ" "ኀ" "ፀ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ሐ", "ለ", "ሐ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ቨ", "ተ", "ቸ", "ነ", "ኘ", "ገ", "ጨ", "ጰ", "ፀ", "ፐ";
+ suffix "/";
}
-@counter-style ethiopic-abegede-gez {
+@counter-style hadiyya {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ሀ" "ወ" "ዘ" "ሐ" "ጠ" "የ" "ከ" "ለ" "መ" "ነ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ረ" "ሰ" "ተ" "ኀ" "ፀ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ፈ", "ፐ";
+ suffix "/";
}
@counter-style hangul-consonant {
@@ -3000,6 +3017,12 @@
glyphs: "가" "나" "다" "라" "마" "바" "사" "아" "자" "차" "카" "타" "파" "하";
}
+@counter-style harari {
+ type: alphabetic;
+ glyphs: "ሐ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ", "ጠ", "ጨ", "ፈ";
+ suffix "/";
+}
+
@counter-style hiragana-iroha {
type: alphabetic;
glyphs: "い" "ろ" "は" "に" "ほ" "へ" "と" "ち" "り" "ぬ" "る" "を" "わ" "か" "よ" "た" "れ" "そ" "つ" "ね" "な" "ら" "む" "う" "ゐ" "の" "お" "く" "や" "ま" "け" "ふ" "こ" "え" "て" "あ" "さ" "き" "ゆ" "め" "み" "し" "ゑ" "ひ" "も" "せ" "す" "ん";
@@ -3012,6 +3035,12 @@
suffix: "、";
}
+@counter-style kaffa {
+ type: alphabetic;
+ glyphs: "ሀ", "ለ", "ሐ", "መ", "ሠ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ኀ", "ነ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ፈ", "ፐ";
+ suffix "/";
+}
+
@counter-style katakana-iroha {
type: alphabetic;
glyphs: "イ" "ロ" "ハ" "ニ" "ホ" "ヘ" "ト" "チ" "リ" "ヌ" "ル" "ヲ" "ワ" "カ" "ヨ" "タ" "レ" "ソ" "ツ" "ネ" "ナ" "ラ" "ム" "ウ" "ヰ" "ノ" "オ" "ク" "ヤ" "マ" "ケ" "フ" "コ" "エ" "テ" "ア" "サ" "キ" "ユ" "メ" "ミ" "シ" "ヱ" "ヒ" "モ" "セ" "ス" "ン;
@@ -3024,14 +3053,45 @@
suffix: "、";
}
+@counter-style kebena {
+ type: alphabetic;
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ፈ", "ፐ";
+ suffix "/";
+}
+
+@counter-style kembata {
+ type: alphabetic;
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ቨ", "ተ", "ቸ", "ነ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ፈ";
+ suffix "/";
+}
+
+@counter-style konso {
+ type: alphabetic;
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ፈ", "ፐ";
+ suffix "/";
+}
+
+@counter-style kunama {
+ type: alphabetic;
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ";
+ suffix "/";
+}
+
@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 {
+@counter-style lower-belorussian {
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";
+ glyphs: "а", "б", "в", "г", "д", "е", "ё", "ж", "з", "і", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ў", "ф", "х", "ц", "ч", "ш", "ы", "ь", "э", "ю", "я";
+ suffix: ")";
+}
+
+@counter-style lower-bulgarian {
+ type: alphabetic;
+ glyphs: "а", "б", "в", "г", "д", "е", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ь", "ю", "я";
+ suffix: ")";
}
@counter-style lower-greek {
@@ -3039,110 +3099,116 @@
glyphs: "α" "β" "γ" "δ" "ε" "ζ" "η" "θ" "ι" "κ" "λ" "μ" "ν" "ξ" "ο" "π" "ρ" "σ" "τ" "υ" "φ" "χ" "ψ" "ω";
}
+@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-macedonian {
+ type: alphabetic;
+ glyphs: "а", "б", "в", "г", "д", "ѓ", "е", "ж", "з", "ѕ", "и", "ј", "к", "л", "љ", "м", "н", "њ", "о", "п", "р", "с", "т", "ќ", "у", "ф", "х", "ц", "ч", "џ", "ш";
+ suffix: ")";
+}
+
@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 {
+@counter-style lower-oromo-qubee {
type: alphabetic;
- glyphs: "ሀ" "ለ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
- suffix: "፦";
+ glyphs: "a", "aa", "b", "c", "d", "e", "ee", "f", "g", "h", "i", "ii", "j", "k", "l", "m", "n", "o", "oo", "p", "q", "r", "s", "t", "u", "uu", "v", "w", "x", "y", "z", "ch", "dh", "kh" n"y", "ph", "sh";
}
-@counter-style ethiopic-halehame-om-et {
+@counter-style lower-russian {
type: alphabetic;
- glyphs: "ሀ" "ለ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
- suffix: "፦";
+ glyphs: "а", "б", "в", "г", "д", "е", "ж", "з", "и", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "э", "ю", "я";
+ suffix: ")";
}
-@counter-style sidama {
+@counter-style lower-russian-full {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
- suffix: "፦";
+ glyphs: "а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я";
+ suffix: ")";
}
-@counter-style ethiopic-halehame-sid-et {
+@counter-style lower-serbo-croatian {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ወ" "የ" "ደ" "ዸ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ";
- suffix: "፦";
+ glyphs: "а", "б", "в", "г", "д", "ђ", "е", "ж", "з", "и", "ј", "к", "л", "љ", "м", "н", "њ", "о", "п", "р", "с", "т", "ћ", "у", "ф", "х", "ц", "ч", "џ", "ш";
+ suffix: ")";
}
-@counter-style somali {
+@counter-style lower-ukrainian {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ነ" "አ" "ከ" "ኸ" "ወ" "ዐ" "የ" "ደ" "ጀ" "ገ" "ጸ" "ፈ";
- suffix: "፦";
+ glyphs: "а", "б", "в", "г", "д", "е", "є", "ж", "з", "и", "і", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "ю", "я";
+ suffix: ")";
}
-@counter-style ethiopic-halehame-so-et {
+@counter-style lower-ukrainian-full {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ነ" "አ" "ከ" "ኸ" "ወ" "ዐ" "የ" "ደ" "ጀ" "ገ" "ጸ" "ፈ";
- suffix: "፦";
+ glyphs: "а", "б", "в", "г", "ґ", "д", "е", "є", "ж", "з", "и", "і", "ї", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ь", "ю", "я";
+ suffix: ")";
}
-@counter-style tigre {
+@counter-style meen {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ኀ", "ነ", "ኘ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ፐ", "ፀ";
+ suffix "/";
}
-@counter-style ethiopic-halehame-tig {
+@counter-style oromo {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "በ" "ተ" "ቸ" "ነ" "አ" "ከ" "ወ" "ዐ" "ዘ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጸ" "ጰ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "አ", "ከ", "ወ", "የ", "ደ", "ዸ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ";
+ suffix "/";
}
-@counter-style tigrinya-er {
+@counter-style saho {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "ሐ", "መ", "ረ", "ሰ", "ቀ", "በ", "ተ", "ነ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ";
+ suffix "/";
}
-@counter-style ethiopic-halehame-ti-er {
+@counter-style sidama {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "አ", "ከ", "ወ", "የ", "ደ", "ዸ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ";
+ suffix "/";
}
-@counter-style tigrinya-er-abegede {
+@counter-style silti {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ፈ";
+ suffix "/";
}
-@counter-style ethiopic-abegede-ti-er {
+@counter-style thai-alphabetic {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "ก", "ข", "ค", "ง", "จ", "ฉ", "ช", "ซ", "ฌ", "ญ", "ฎ", "ฏ", "ฐ", "ฑ", "ฒ", "ณ", "ด", "ต", "ถ", "ท", "ธ", "น", "บ", "ป", "ผ", "ฝ", "พ", "ฟ", "ภ", "ม", "ย", "ร", "ล", "ว", "ศ", "ษ", "ส", "ห", "ฬ", "อ", "ฮ";
}
-@counter-style tigrinya-et {
+@counter-style tigre {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ኀ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
- suffix: "፦";
+ glyphs: "ሀ", "ለ", "ሐ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "አ", "ከ", "ወ", "ዐ", "ዘ", "የ", "ደ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ", "ፐ";
+ suffix "/";
}
-@counter-style ethiopic-halehame-ti-et {
+@counter-style upper-alpha {
type: alphabetic;
- glyphs: "ሀ" "ለ" "ሐ" "መ" "ሠ" "ረ" "ሰ" "ሸ" "ቀ" "ቐ" "በ" "ተ" "ቸ" "ኀ" "ነ" "ኘ" "አ" "ከ" "ኸ" "ወ" "ዐ" "ዘ" "ዠ" "የ" "ደ" "ጀ" "ገ" "ጠ" "ጨ" "ጰ" "ጸ" "ፀ" "ፈ" "ፐ";
- suffix: "፦";
+ 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 tigrinya-et-abegede {
+@counter-style upper-belorussian {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "А", "Б", "В", "Г", "Д", "Е", "Ё", "Ж", "З", "І", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ў", "Ф", "Х", "Ц", "Ч", "Ш", "Ы", "Ь", "Э", "Ю", "Я";
}
-@counter-style ethiopic-abegede-ti-et {
+@counter-style upper-bulgarian {
type: alphabetic;
- glyphs: "አ" "በ" "ገ" "ደ" "ጀ" "ሀ" "ወ" "ዘ" "ዠ" "ሐ" "ጠ" "ጨ" "የ" "ከ" "ኸ" "ለ" "መ" "ነ" "ኘ" "ሠ" "ዐ" "ፈ" "ጸ" "ቀ" "ቐ" "ረ" "ሰ" "ሸ" "ተ" "ቸ" "ኀ" "ፀ" "ጰ" "ፐ";
- suffix: "፦";
+ glyphs: "А", "Б", "В", "Г", "Д", "Е", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ь", "Ю", "Я";
}
-@counter-style upper-alpha {
+@counter-style upper-greek {
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";
+ glyphs: "Α" "Β" "Γ" "Δ" "Ε" "Ζ" "Η" "Θ" "Ι" "Κ" "Λ" "Μ" "Ν" "Ξ" "Ο" "Π" "Ρ" "Σ" "Τ" "Υ" "Φ" "Χ" "Ψ" "Ω";
}
@counter-style upper-latin {
@@ -3150,9 +3216,9 @@
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 {
+@counter-style upper-macedonian {
type: alphabetic;
- glyphs: "Α" "Β" "Γ" "Δ" "Ε" "Ζ" "Η" "Θ" "Ι" "Κ" "Λ" "Μ" "Ν" "Ξ" "Ο" "Π" "Ρ" "Σ" "Τ" "Υ" "Φ" "Χ" "Ψ" "Ω";
+ glyphs: "А", "Б", "В", "Г", "Д", "Ѓ", "Е", "Ж", "З", "Ѕ", "И", "Ј", "К", "Л", "Љ", "М", "Н", "Њ", "О", "П", "Р", "С", "Т", "Ќ", "У", "Ф", "Х", "Ц", "Ч", "Џ", "Ш";
}
@counter-style upper-norwegian {
@@ -3160,6 +3226,48 @@
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-oromo-qubee {
+ type: alphabetic;
+ glyphs: "A", "AA", "B", "C", "D", "E", "EE", "F", "G", "H", "I", "II", "J", "K", "L", "M", "N", "O", "OO", "P", "Q", "R", "S", "T", "U", "UU", "V", "W", "X", "Y", "Z", "CH", "DH", "KH", "NY", "PH", "SH";
+}
+
+@counter-style upper-russian {
+ type: alphabetic;
+ glyphs: "А", "Б", "В", "Г", "Д", "Е", "Ж", "З", "И", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Э", "Ю", "Я";
+}
+
+@counter-style upper-russian-full {
+ type: alphabetic;
+ glyphs: "А", "Б", "В", "Г", "Д", "Е", "Ё", "Ж", "З", "И", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "Ь", "Э", "Ю", "Я";
+}
+
+@counter-style upper-serbo-croatian {
+ type: alphabetic;
+ glyphs: "А", "Б", "В", "Г", "Д", "Ђ", "Е", "Ж", "З", "И", "Ј", "К", "Л", "Љ", "М", "Н", "Њ", "О", "П", "Р", "С", "Т", "Ћ", "У", "Ф", "Х", "Ц", "Ч", "Џ", "Ш";
+}
+
+@counter-style upper-ukrainian {
+ type: alphabetic;
+ glyphs: "А", "Б", "В", "Г", "Д", "Е", "Є", "Ж", "З", "И", "І", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Ю", "Я";
+}
+
+@counter-style upper-ukrainian-full {
+ type: alphabetic;
+ glyphs: "А", "Б", "В", "Г", "Ґ", "Д", "Е", "Є", "Ж", "З", "И", "І", "Ї", "Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т", "У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ь", "Ю", "Я";
+}
+
+@counter-style wolaita {
+ type: alphabetic;
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ሰ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፀ", "ፈ", "ፐ";
+ suffix "/";
+}
+
+@counter-style yemsa {
+ type: alphabetic;
+ glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ቨ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ", "ጘ", "ጠ", "ጨ", "ጰ", "ፈ", "ፐ";
+ suffix "/";
+}
+
/* Symbolic */
@@ -3301,6 +3409,21 @@
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>
+
+ <p class=issue>Per <a
+ href="http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#copticlists">http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#armenianlists</a>,
+ we should have upper-coptic, lower-coptic, and coptic-numeric styles. The
+ Coptic script was split out in Unicode 4.1 to occupy the block from U+2C80
+ to U+2CFF. Which characters should I use for each?
+
+ <p class=issue>Per <a
+ href="http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#armenianlists">http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#armenianlists</a>,
+ putting the circumflex above a digit in armenian numbering multiplies the
+ digit by 1000. The draft currently states a 10,000 multiplier. Which is
+ correct? (Having the multiplier be 1000 means that you can potentially
+ write the thousands digit two ways, using either the set of thousands
+ digits or the set of ones digits with a circumflex. The examples given in
+ the note appear to use the former.)</p>
<!-- ====================================================================== -->
<h2 class=no-num id=acknowledgments> Acknowledgments</h2>
@@ -3500,8 +3623,8 @@
<li>inside, <a href="#inside" title=inside><strong>7.</strong></a>
- <li>japanese-formal, <a href="#japanese-formal"
- title=japanese-formal><strong>4.3.4.</strong></a>
+ <li>japanese-financial, <a href="#japanese-financial"
+ title=japanese-financial><strong>4.3.4.</strong></a>
<li>japanese-informal, <a href="#japanese-informal"
title=japanese-informal><strong>4.3.4.</strong></a>
@@ -3531,8 +3654,8 @@
<li>repeating, <a href="#repeating"
title=repeating><strong>10.1.1.</strong></a>
- <li>simp-chinese-formal, <a href="#simp-chinese-formal"
- title=simp-chinese-formal><strong>4.3.3.</strong></a>
+ <li>simp-chinese-financial, <a href="#simp-chinese-financial"
+ title=simp-chinese-financial><strong>4.3.3.</strong></a>
<li>simp-chinese-informal, <a href="#simp-chinese-informal"
title=simp-chinese-informal><strong>4.3.3.</strong></a>
@@ -3542,5 +3665,11 @@
<li>symbolic, <a href="#symbolic"
title=symbolic><strong>10.1.1.</strong></a>
+
+ <li>trad-chinese-financial, <a href="#trad-chinese-financial"
+ title=trad-chinese-financial><strong>4.3.3.</strong></a>
+
+ <li>trad-chinese-informal, <a href="#trad-chinese-informal"
+ title=trad-chinese-informal><strong>4.3.3.</strong></a>
</ul>
<!--end-index-->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.src.html 23 Mar 2011 00:48:55 -0000 1.44
+++ Overview.src.html 4 Apr 2011 18:26:49 -0000 1.45
@@ -2427,6 +2427,11 @@
suffix "/";
}
+@counter-style thai-alphabetic {
+ type: alphabetic;
+ glyphs: "ก", "ข", "ค", "ง", "จ", "ฉ", "ช", "ซ", "ฌ", "ญ", "ฎ", "ฏ", "ฐ", "ฑ", "ฒ", "ณ", "ด", "ต", "ถ", "ท", "ธ", "น", "บ", "ป", "ผ", "ฝ", "พ", "ฟ", "ภ", "ม", "ย", "ร", "ล", "ว", "ศ", "ษ", "ส", "ห", "ฬ", "อ", "ฮ";
+}
+
@counter-style tigre {
type: alphabetic;
glyphs: "ሀ", "ለ", "ሐ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "አ", "ከ", "ወ", "ዐ", "ዘ", "የ", "ደ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ", "ፐ";
Received on Monday, 4 April 2011 18:26:55 UTC