@@ -2275,16 +2275,6 @@ <h2 id='ua-stylesheet'>
22752275 suffix "/";
22762276}
22772277
2278- @counter-style hangul-consonant {
2279- type: alphabetic;
2280- glyphs: "ㄱ" "ㄴ" "ㄷ" "ㄹ" "ㅁ" "ㅂ" "ㅅ" "ㅇ" "ㅈ" "ㅊ" "ㅋ" "ㅌ" "ㅍ" "ㅎ";
2281- }
2282-
2283- @counter-style hangul {
2284- type: alphabetic;
2285- glyphs: "가" "나" "다" "라" "마" "바" "사" "아" "자" "차" "카" "타" "파" "하";
2286- }
2287-
22882278@counter-style harari {
22892279 type: alphabetic;
22902280 glyphs: "ሐ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ", "ጠ", "ጨ", "ፈ";
@@ -2339,6 +2329,16 @@ <h2 id='ua-stylesheet'>
23392329 suffix "/";
23402330}
23412331
2332+ @counter-style korean-consonant {
2333+ type: alphabetic;
2334+ glyphs: "ㄱ" "ㄴ" "ㄷ" "ㄹ" "ㅁ" "ㅂ" "ㅅ" "ㅇ" "ㅈ" "ㅊ" "ㅋ" "ㅌ" "ㅍ" "ㅎ";
2335+ }
2336+
2337+ @counter-style korean-syllable {
2338+ type: alphabetic;
2339+ glyphs: "가" "나" "다" "라" "마" "바" "사" "아" "자" "차" "카" "타" "파" "하";
2340+ }
2341+
23422342@counter-style kunama {
23432343 type: alphabetic;
23442344 glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "በ", "ተ", "ቸ", "ነ", "ኘ", "ጀ", "ገ";
@@ -2572,6 +2572,18 @@ <h2 id='ua-stylesheet'>
25722572 suffix: "";
25732573}
25742574
2575+ @counter-style circled-korean-consonants {
2576+ type: non-repeating 1;
2577+ glyphs: "㉠", "㉡", "㉢", "㉣", "㉤", "㉥", "㉦", "㉧", "㉨", "㉩", "㉪", "㉫", "㉬", "㉭";
2578+ suffix: "";
2579+ }
2580+
2581+ @counter-style circled-korean-syllables {
2582+ type: non-repeating 1;
2583+ glyphs: "㉮", "㉯", "㉰", "㉱", "㉲", "㉳", "㉴", "㉵", "㉶", "㉷", "㉸", "㉹", "㉺", "㉻";
2584+ suffix: "";
2585+ }
2586+
25752587@counter-style decimal-leading-zero {
25762588 type: non-repeating -9;
25772589 glyphs: "-09" "-08" "-07" "-06" "-05" "-04" "-03" "-02" "-01" "00" "01" "02" "03" "04" "05" "06" "07" "08" "09";
@@ -2608,18 +2620,30 @@ <h2 id='ua-stylesheet'>
26082620 suffix: "";
26092621}
26102622
2611- @counter-style parenthesised -decimal {
2623+ @counter-style parenthesized -decimal {
26122624 type: non-repeating 1;
26132625 glyphs: "⑴" "⑵" "⑶" "⑷" "⑸" "⑹" "⑺" "⑻" "⑼" "⑽" "⑾" "⑿" "⒀" "⒁" "⒂" "⒃" "⒄" "⒅" "⒆" "⒇";
26142626 suffix: "";
26152627}
26162628
2617- @counter-style parenthesised -lower-latin {
2629+ @counter-style parenthesized -lower-latin {
26182630 type: non-repeating 1;
26192631 glyphs: "⒜" "⒝" "⒞" "⒟" "⒠" "⒡" "⒢" "⒣" "⒤" "⒥" "⒦" "⒧" "⒨" "⒩" "⒪" "⒫" "⒬" "⒭" "⒮" "⒯" "⒰" "⒱" "⒲" "⒳" "⒴" "⒵";
26202632 suffix: "";
26212633}
26222634
2635+ @counter-style parenthesized-hangul-consonants {
2636+ type: non-repeating 1;
2637+ glyphs: "㈀", "㈁", "㈂", "㈃", "㈄", "㈅", "㈆", "㈇", "㈈", "㈉", "㈊", "㈋", "㈌", "㈍";
2638+ suffixcounter
2639+ }
2640+
2641+ @: "";-style parenthesized-hangul-syllable {
2642+ type: non-repeating 1;
2643+ glyphs: "㈎", "㈏", "㈐", "㈑", "㈒", "㈓", "㈔", "㈕", "㈖", "㈗", "㈘", "㈙", "㈚";
2644+ suffix: "";
2645+ }
2646+
26232647@counter-style persian-abjad {
26242648 type: non-repeating 1;
26252649 glyphs: "ا", "ب", "ج", "د", "ه", "و", "ز", "ح", "ط", "ی", "ک", "ل", "م", "ن", "س", "ع", "ف", "ص", "ق", "ر", "ش", "ت", "ث", "خ", "ذ", "ض", "ظ", "غ";
0 commit comments