Skip to content

Commit d9b40f3

Browse files
committed
Add khmer-consanant and the identical cambondian-consonant, per http://lists.w3.org/Archives/Public/www-style/2012Jul/0290.html. Also fixed inconsistency is presence/absense of trailing s on some styles.
1 parent 069631c commit d9b40f3

2 files changed

Lines changed: 32 additions & 6 deletions

File tree

css-counter-styles/Overview.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,13 @@ <h3 id=predefined-alphabetic><span class=secno>1.3. </span> Predefined
479479
suffix: '/';
480480
}
481481

482+
@counter-style <dfn
483+
id=cambodian-consonant>cambodian-consonant</dfn> {
484+
type: alphabetic;
485+
glyphs: '\1780' '\1781' '\1782' '\1783' '\1784' '\1785' '\1786' '\1787' '\1788' '\1789' '\178A' '\178B' '\178C' '\178D' '\178E' '\178F' '\1790' '\1791' '\1792' '\1793' '\1794' '\1795' '\1796' '\1797' '\1798' '\1799' '\179A' '\179B' '\179C' '\179F' '\17A0' '\17A1' '\17A2';
486+
/* 'ក' 'ខ' 'គ' 'ឃ' 'ង' 'ច' 'ឆ' 'ជ' 'ឈ' 'ញ' 'ដ' 'ឋ' 'ឌ' 'ឍ' 'ណ' 'ត' 'ថ' 'ទ' 'ធ' 'ន' 'ប' 'ផ' 'ព' 'ភ' 'ម' 'យ' 'រ' 'ល' 'វ' 'ស' 'ហ' 'ឡ' 'អ' */
487+
}
488+
482489
@counter-style <dfn
483490
id=cjk-earthly-branch>cjk-earthly-branch</dfn> {
484491
type: alphabetic;
@@ -614,6 +621,13 @@ <h3 id=predefined-alphabetic><span class=secno>1.3. </span> Predefined
614621
suffix: '/';
615622
}
616623

624+
@counter-style <dfn
625+
id=khmer-consonant>khmer-consonant</dfn> {
626+
type: alphabetic;
627+
glyphs: '\1780' '\1781' '\1782' '\1783' '\1784' '\1785' '\1786' '\1787' '\1788' '\1789' '\178A' '\178B' '\178C' '\178D' '\178E' '\178F' '\1790' '\1791' '\1792' '\1793' '\1794' '\1795' '\1796' '\1797' '\1798' '\1799' '\179A' '\179B' '\179C' '\179F' '\17A0' '\17A1' '\17A2';
628+
/* 'ក' 'ខ' 'គ' 'ឃ' 'ង' 'ច' 'ឆ' 'ជ' 'ឈ' 'ញ' 'ដ' 'ឋ' 'ឌ' 'ឍ' 'ណ' 'ត' 'ថ' 'ទ' 'ធ' 'ន' 'ប' 'ផ' 'ព' 'ភ' 'ម' 'យ' 'រ' 'ល' 'វ' 'ស' 'ហ' 'ឡ' 'អ' */
629+
}
630+
617631
@counter-style <dfn
618632
id=konso>konso</dfn> {
619633
type: alphabetic;
@@ -926,15 +940,15 @@ <h3 id=predefined-non-repeating><span class=secno>1.5. </span> Predefined
926940
}
927941

928942
@counter-style <dfn
929-
id=circled-korean-consonants>circled-korean-consonants</dfn> {
943+
id=circled-korean-consonant>circled-korean-consonant</dfn> {
930944
type: non-repeating;
931945
symbols: '\3260' '\3261' '\3262' '\3263' '\3264' '\3265' '\3266' '\3267' '\3268' '\3269' '\326A' '\326B' '\326C' '\326D';
932946
/* '㉠' '㉡' '㉢' '㉣' '㉤' '㉥' '㉦' '㉧' '㉨' '㉩' '㉪' '㉫' '㉬' '㉭' */
933947
suffix: '';
934948
}
935949

936950
@counter-style <dfn
937-
id=circled-korean-syllables>circled-korean-syllables</dfn> {
951+
id=circled-korean-syllable>circled-korean-syllable</dfn> {
938952
type: non-repeating;
939953
symbols: '\326E' '\326F' '\3270' '\3271' '\3272' '\3273' '\3274' '\3275' '\3276' '\3277' '\3278' '\3279' '\327A' '\327B';
940954
/* '㉮' '㉯' '㉰' '㉱' '㉲' '㉳' '㉴' '㉵' '㉶' '㉷' '㉸' '㉹' '㉺' '㉻' */
@@ -1005,7 +1019,7 @@ <h3 id=predefined-non-repeating><span class=secno>1.5. </span> Predefined
10051019
}
10061020

10071021
@counter-style <dfn
1008-
id=parenthesized-hangul-consonants>parenthesized-hangul-consonants</dfn> {
1022+
id=parenthesized-hangul-consonant>parenthesized-hangul-consonant</dfn> {
10091023
type: non-repeating;
10101024
symbols: '\3200' '\3201' '\3202' '\3203' '\3204' '\3205' '\3206' '\3207' '\3208' '\3209' '\320A' '\320B' '\320C' '\320D';
10111025
/* '㈀' '㈁' '㈂' '㈃' '㈄' '㈅' '㈆' '㈇' '㈈' '㈉' '㈊' '㈋' '㈌' '㈍' */

css-counter-styles/Overview.src.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@ <h3 id='predefined-alphabetic'>
333333
suffix: '/';
334334
}
335335

336+
@counter-style <dfn>cambodian-consonant</dfn> {
337+
type: alphabetic;
338+
glyphs: '\1780' '\1781' '\1782' '\1783' '\1784' '\1785' '\1786' '\1787' '\1788' '\1789' '\178A' '\178B' '\178C' '\178D' '\178E' '\178F' '\1790' '\1791' '\1792' '\1793' '\1794' '\1795' '\1796' '\1797' '\1798' '\1799' '\179A' '\179B' '\179C' '\179F' '\17A0' '\17A1' '\17A2';
339+
/* 'ក' 'ខ' 'គ' 'ឃ' 'ង' 'ច' 'ឆ' 'ជ' 'ឈ' 'ញ' 'ដ' 'ឋ' 'ឌ' 'ឍ' 'ណ' 'ត' 'ថ' 'ទ' 'ធ' 'ន' 'ប' 'ផ' 'ព' 'ភ' 'ម' 'យ' 'រ' 'ល' 'វ' 'ស' 'ហ' 'ឡ' 'អ' */
340+
}
341+
336342
@counter-style <dfn>cjk-earthly-branch</dfn> {
337343
type: alphabetic;
338344
symbols: '\5B50' '\4E11' '\5BC5' '\536F' '\8FB0' '\5DF3' '\5348' '\672A' '\7533' '\9149' '\620C' '\4EA5';
@@ -451,6 +457,12 @@ <h3 id='predefined-alphabetic'>
451457
suffix: '/';
452458
}
453459

460+
@counter-style <dfn>khmer-consonant</dfn> {
461+
type: alphabetic;
462+
glyphs: '\1780' '\1781' '\1782' '\1783' '\1784' '\1785' '\1786' '\1787' '\1788' '\1789' '\178A' '\178B' '\178C' '\178D' '\178E' '\178F' '\1790' '\1791' '\1792' '\1793' '\1794' '\1795' '\1796' '\1797' '\1798' '\1799' '\179A' '\179B' '\179C' '\179F' '\17A0' '\17A1' '\17A2';
463+
/* 'ក' 'ខ' 'គ' 'ឃ' 'ង' 'ច' 'ឆ' 'ជ' 'ឈ' 'ញ' 'ដ' 'ឋ' 'ឌ' 'ឍ' 'ណ' 'ត' 'ថ' 'ទ' 'ធ' 'ន' 'ប' 'ផ' 'ព' 'ភ' 'ម' 'យ' 'រ' 'ល' 'វ' 'ស' 'ហ' 'ឡ' 'អ' */
464+
}
465+
454466
@counter-style <dfn>konso</dfn> {
455467
type: alphabetic;
456468
symbols: '\1200' '\1208' '\1218' '\1228' '\1230' '\1238' '\1240' '\1260' '\1270' '\1278' '\1290' '\1298' '\1300' '\1348' '\1350';
@@ -722,14 +734,14 @@ <h3 id='predefined-non-repeating'>
722734
suffix: '';
723735
}
724736

725-
@counter-style <dfn>circled-korean-consonants</dfn> {
737+
@counter-style <dfn>circled-korean-consonant</dfn> {
726738
type: non-repeating;
727739
symbols: '\3260' '\3261' '\3262' '\3263' '\3264' '\3265' '\3266' '\3267' '\3268' '\3269' '\326A' '\326B' '\326C' '\326D';
728740
/* '㉠' '㉡' '㉢' '㉣' '㉤' '㉥' '㉦' '㉧' '㉨' '㉩' '㉪' '㉫' '㉬' '㉭' */
729741
suffix: '';
730742
}
731743

732-
@counter-style <dfn>circled-korean-syllables</dfn> {
744+
@counter-style <dfn>circled-korean-syllable</dfn> {
733745
type: non-repeating;
734746
symbols: '\326E' '\326F' '\3270' '\3271' '\3272' '\3273' '\3274' '\3275' '\3276' '\3277' '\3278' '\3279' '\327A' '\327B';
735747
/* '㉮' '㉯' '㉰' '㉱' '㉲' '㉳' '㉴' '㉵' '㉶' '㉷' '㉸' '㉹' '㉺' '㉻' */
@@ -791,7 +803,7 @@ <h3 id='predefined-non-repeating'>
791803
suffix: '';
792804
}
793805

794-
@counter-style <dfn>parenthesized-hangul-consonants</dfn> {
806+
@counter-style <dfn>parenthesized-hangul-consonant</dfn> {
795807
type: non-repeating;
796808
symbols: '\3200' '\3201' '\3202' '\3203' '\3204' '\3205' '\3206' '\3207' '\3208' '\3209' '\320A' '\320B' '\320C' '\320D';
797809
/* '㈀' '㈁' '㈂' '㈃' '㈄' '㈅' '㈆' '㈇' '㈈' '㈉' '㈊' '㈋' '㈌' '㈍' */

0 commit comments

Comments
 (0)