Skip to content

Commit 50060e1

Browse files
committed
Added persian-alphabetic and persian-abjad.
1 parent 7843f62 commit 50060e1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

css3-lists/Overview.src.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,6 +2599,16 @@ <h2 id='ua-stylesheet'>
25992599
suffix: "";
26002600
}
26012601

2602+
@counter-style persian-alphabetic {
2603+
type: non-repeating 1;
2604+
glyphs: "ا", "ب", "پ", "ت", "ث", "ج", "چ", "ح", "خ", "د", "ذ", "ر", "ز", "ژ", "س", "ش", "ص", "ض", "ط", "ظ", "ع", "غ", "ف", "ق", "ک", "گ", "ل", "م", "ن", "و", "ه‍", "ی";
2605+
}
2606+
2607+
@counter-style persian-abjad {
2608+
type: non-repeating 1;
2609+
glyphs: "ا", "ب", "ج", "د", "ه‍", "و", "ز", "ح", "ط", "ی", "ک", "ل", "م", "ن", "س", "ع", "ف", "ص", "ق", "ر", "ش", "ت", "ث", "خ", "ذ", "ض", "ظ", "غ";
2610+
}
2611+
26022612

26032613
/* Additive */
26042614

0 commit comments

Comments
 (0)