Skip to content

Commit ce8709f

Browse files
committed
Added newBase60, credit Tantek Celik (tantek.com)
1 parent 0eae21a commit ce8709f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css3-lists/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,11 @@ <h2 id='ua-stylesheet'>
21412141
glyphs: "၀" "၁" "၂" "၃" "၄" "၅" "၆" "၇" "၈" "၉";
21422142
}
21432143

2144+
@counter-style new-base-60 {
2145+
type: numeric;
2146+
glyphs: "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "J", "K", "L", "M", "N", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "_", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z";
2147+
}
2148+
21442149
@counter-style octal {
21452150
type: numeric;
21462151
glyphs: "0" "1" "2" "3" "4" "5" "6" "7";

0 commit comments

Comments
 (0)