Skip to content

Commit 90d71a9

Browse files
committed
docs(counter-style): add hebrew comments
1 parent 7a8cf78 commit 90d71a9

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

packages/counter-style/src/presets/hebrew.ts

+39-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,45 @@
11
import CounterStyle from '../CounterStyle';
22

33
const hebrew = CounterStyle.additive({
4-
/* Hebrew numerals from draft.csswg.org are not included here for
5-
reference, because Visual Studio Code fails to display them in
6-
the correct word order. */
7-
/* This system manually specifies the values for 19-15 to force
4+
/* 10000 י׳,
5+
9000 ט׳,
6+
8000 ח׳,
7+
7000 ז׳,
8+
6000 ו׳,
9+
5000 ה׳,
10+
4000 ד׳,
11+
3000 ג׳,
12+
2000 ב׳,
13+
1000 א׳,
14+
400 ת,
15+
300 ש,
16+
200 ר,
17+
100 ק,
18+
90 צ,
19+
80 פ,
20+
70 ע,
21+
60 ס,
22+
50 נ,
23+
40 מ,
24+
30 ל,
25+
20 כ,
26+
19 יט,
27+
18 יח,
28+
17 יז,
29+
16 טז,
30+
15 טו,
31+
10 י,
32+
9 ט,
33+
8 ח,
34+
7 ז,
35+
6 ו,
36+
5 ה,
37+
4 ד,
38+
3 ג,
39+
2 ב,
40+
1 א
41+
42+
This system manually specifies the values for 19-15 to force
843
the correct display of 15 and 16, which are commonly rewritten
944
to avoid a close resemblance to the Tetragrammaton. */
1045
10000: '\u05D9\u05F3',

0 commit comments

Comments
 (0)