Skip to content

Commit 17f72ec

Browse files
committed
Whoops, fixed the 'range' on hebrew.
1 parent 19dc960 commit 17f72ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,7 @@ <h2 id='ua-stylesheet'>
27422742

27432743
@counter-style hebrew {
27442744
type: additive;
2745-
range: 1 ???;
2745+
range: 1 infinite;
27462746
additive-glyphs: 400 '\5EA', 300 '\5E9', 200 '\5E8', 100 '\5E7', 90 '\5E6', 80 '\5E4', 70 '\5E2', 60 '\5E1', 50 '\5E0', 40 '\5DE', 30 '\5DC', 20 '\5DB', 19 '\5D9\5D8', 18 '\5D9\5D7', 17 '\5D9\5D6', 16 '\5D8\5D6', 15 '\5D8\5D5', 10 '\5D9', 9 '\5D8', 8 '\5D7', 7 '\5D6', 6 '\5D5', 5 '\5D4', 4 '\5D3', 3 '\5D2', 2 '\5D1', 1 '\5D0';
27472747
/* 400 'ת', 300 'ש', 200 'ר', 100 'ק', 90 'צ', 80 'פ', 70 'ע', 60 'ס', 50 'נ', 40 'מ', 30 'ל', 20 'כ', 10 'י', 9 'ט', 8 'ח', 7 'ז', 6 'ו', 5 'ה', 4 'ד', 3 'ג', 2 'ב', 1 'א' */
27482748
/* This system manually specifies the values for 19-15 to force the correct display of 15 and 16, which are commonly

0 commit comments

Comments
 (0)