@@ -2086,6 +2086,11 @@ <h2 id='ua-stylesheet'>
20862086 glyphs: "০" "১" "২" "৩" "৪" "৫" "৬" "৭" "৮" "৯";
20872087}
20882088
2089+ @counter-style fullwidth-decimal {
2090+ type: numeric;
2091+ glyphs: "0", "1", "2", "3", "4", "5", "6", "7", "8", "9";
2092+ }
2093+
20892094@counter-style gujarati {
20902095 type: numeric;
20912096 glyphs: "૦" "૧" "૨" "૩" "૪" "૫" "૬" "૭" "૮" "૯";
@@ -2236,6 +2241,18 @@ <h2 id='ua-stylesheet'>
22362241 suffix "/";
22372242}
22382243
2244+ @counter-style fullwidth-lower-alpha {
2245+ type: alphabetic;
2246+ glyphs: "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z";
2247+ suffix: ".";
2248+ }
2249+
2250+ @counter-style fullwidth-upper-alpha {
2251+ type: alphabetic;
2252+ glyphs: "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z";
2253+ suffix: ".";
2254+ }
2255+
22392256@counter-style gedeo {
22402257 type: alphabetic;
22412258 glyphs: "ሀ", "ለ", "መ", "ረ", "ሰ", "ሸ", "ቀ", "በ", "ተ", "ቸ", "ነ", "ጀ", "ገ", "ጠ", "ጨ", "ጰ", "ጸ", "ፈ", "ፐ";
0 commit comments