We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c31372 commit e0c5b34Copy full SHA for e0c5b34
css3-lists/Overview.src.html
@@ -2066,6 +2066,11 @@ <h2 id='ua-stylesheet'>
2066
glyphs: "០" "១" "២" "៣" "៤" "៥" "៦" "៧" "៨" "៩";
2067
}
2068
2069
+@counter-style cjk-decimal {
2070
+ type: numeric;
2071
+ glyphs: "〇" "一" "二" "三" "四" "五" "六" "七" "八" "九";
2072
+}
2073
+
2074
@counter-style decimal {
2075
type: numeric;
2076
glyphs: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
@@ -2091,11 +2096,6 @@ <h2 id='ua-stylesheet'>
2091
2096
glyphs: "੦" "੧" "੨" "੩" "੪" "੫" "੬" "੭" "੮" "੯";
2092
2097
2093
2098
2094
-@counter-style japanese {
2095
- type: numeric;
- glyphs: "〇" "一" "二" "三" "四" "五" "六" "七" "八" "九";
-}
-
2099
@counter-style kannada {
2100
2101
glyphs: "೦" "೧" "೨" "೩" "೪" "೫" "೬" "೭" "೮" "೯";
0 commit comments