You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
of an image counter glyph is a 1em by 1em square.</p>
1550
1550
1551
+
<divclass='issue'>
1552
+
<p>It's been requested that there be a way to express lists with lots of single-character glyphs in a more compact way, something like e.g.:</p>
1553
+
1554
+
<pre>
1555
+
@counter-style decimal {
1556
+
type: numeric;
1557
+
glyphs: combined "0123456789";
1558
+
}</pre>
1559
+
1560
+
<p>This does reduce the verbosity of a lot of styles, but I'm somewhat concerned about being forced to deal with "graphemes" instead of "characters". Is this reasonable?</p>
0 commit comments