Skip to content

Commit e0c5b34

Browse files
committed
Renamed 'japanese' (a numeric type) to 'cjk-decimal' and moved it to the right place in the ordering.
1 parent 5c31372 commit e0c5b34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css3-lists/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,11 @@ <h2 id='ua-stylesheet'>
20662066
glyphs: "០" "១" "២" "៣" "៤" "៥" "៦" "៧" "៨" "៩";
20672067
}
20682068

2069+
@counter-style cjk-decimal {
2070+
type: numeric;
2071+
glyphs: "〇" "一" "二" "三" "四" "五" "六" "七" "八" "九";
2072+
}
2073+
20692074
@counter-style decimal {
20702075
type: numeric;
20712076
glyphs: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
@@ -2091,11 +2096,6 @@ <h2 id='ua-stylesheet'>
20912096
glyphs: "੦" "੧" "੨" "੩" "੪" "੫" "੬" "੭" "੮" "੯";
20922097
}
20932098

2094-
@counter-style japanese {
2095-
type: numeric;
2096-
glyphs: "〇" "一" "二" "三" "四" "五" "六" "七" "八" "九";
2097-
}
2098-
20992099
@counter-style kannada {
21002100
type: numeric;
21012101
glyphs: "೦" "೧" "೨" "೩" "೪" "೫" "೬" "೭" "೮" "೯";

0 commit comments

Comments
 (0)