Skip to content

Commit ee2a249

Browse files
committed
Remove burmese style (it was identical to myanmar) and add shan, per Andrew Cunningham's feedback.
1 parent 5ed42ac commit ee2a249

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

css3-lists/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,13 +2388,6 @@ <h3 id=predefined-numeric><span class=secno>10.2. </span> Predefined
23882388
/* '0' '1' */
23892389
}
23902390

2391-
@counter-style <dfn
2392-
id=burmese>burmese</dfn> {
2393-
type: numeric;
2394-
glyphs: '\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049';
2395-
/* '၀' '၁' '၂' '၃' '၄' '၅' '၆' '၇' '၈' '၉' */
2396-
}
2397-
23982391
@counter-style <dfn
23992392
id=cambodian>cambodian</dfn> {
24002393
type: numeric;
@@ -2549,6 +2542,13 @@ <h3 id=predefined-numeric><span class=secno>10.2. </span> Predefined
25492542
/* '⁰' '¹' '²' '³' '⁴' '⁵' '⁶' '⁷' '⁸' '⁹' */
25502543
}
25512544

2545+
@counter-style <dfn
2546+
id=shan>shan</dfn> {
2547+
type: numeric;
2548+
glyphs: '\1090' '\1091' '\1092' '\1093' '\1094' '\1095' '\1096' '\1097' '\1098' '\1099';
2549+
/* '႐' '႑' '႒' '႓' '႔' '႕' '႖' '႗' '႘' '႙' */
2550+
}
2551+
25522552
@counter-style <dfn
25532553
id=tamil>tamil</dfn> {
25542554
type: numeric;
@@ -4822,8 +4822,6 @@ <h2 class=no-num id=index>Index</h2>
48224822
<li>box-corner, <a href="#box-corner"
48234823
title=box-corner><strong>8.1.5.</strong></a>
48244824

4825-
<li>burmese, <a href="#burmese" title=burmese><strong>10.2.</strong></a>
4826-
48274825
<li>cambodian, <a href="#cambodian"
48284826
title=cambodian><strong>10.2.</strong></a>
48294827

@@ -5177,6 +5175,8 @@ <h2 class=no-num id=index>Index</h2>
51775175

51785176
<li>saho, <a href="#saho" title=saho><strong>10.3.</strong></a>
51795177

5178+
<li>shan, <a href="#shan" title=shan><strong>10.2.</strong></a>
5179+
51805180
<li>sidama, <a href="#sidama" title=sidama><strong>10.3.</strong></a>
51815181

51825182
<li>silti, <a href="#silti" title=silti><strong>10.3.</strong></a>

css3-lists/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,12 +1610,6 @@ <h3 id='predefined-numeric'>
16101610
/* '0' '1' */
16111611
}
16121612

1613-
@counter-style <dfn>burmese</dfn> {
1614-
type: numeric;
1615-
glyphs: '\1040' '\1041' '\1042' '\1043' '\1044' '\1045' '\1046' '\1047' '\1048' '\1049';
1616-
/* '၀' '၁' '၂' '၃' '၄' '၅' '၆' '၇' '၈' '၉' */
1617-
}
1618-
16191613
@counter-style <dfn>cambodian</dfn> {
16201614
type: numeric;
16211615
glyphs: '\17E0' '\17E1' '\17E2' '\17E3' '\17E4' '\17E5' '\17E6' '\17E7' '\17E8' '\17E9';
@@ -1748,6 +1742,12 @@ <h3 id='predefined-numeric'>
17481742
/* '⁰' '¹' '²' '³' '⁴' '⁵' '⁶' '⁷' '⁸' '⁹' */
17491743
}
17501744

1745+
@counter-style <dfn>shan</dfn> {
1746+
type: numeric;
1747+
glyphs: '\1090' '\1091' '\1092' '\1093' '\1094' '\1095' '\1096' '\1097' '\1098' '\1099';
1748+
/* '႐' '႑' '႒' '႓' '႔' '႕' '႖' '႗' '႘' '႙' */
1749+
}
1750+
17511751
@counter-style <dfn>tamil</dfn> {
17521752
type: numeric;
17531753
glyphs: '\BE6' '\BE7' '\BE8' '\BE9' '\BEA' '\BEB' '\BEC' '\BED' '\BEE' '\BEF';

0 commit comments

Comments
 (0)