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 symbol is a 1em by 1em square.</p>
1550
-
1551
-
<divclass='issue'>
1552
-
<p>It's been requested that there be a way to express lists with lots of single-character symbols in a more compact way, something like e.g.:</p>
1553
-
1554
-
<pre>
1555
-
@counter-style decimal {
1556
-
type: numeric;
1557
-
symbols: 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>
1561
-
</div>
1544
+
<p>Counter symbols may be strings, images, or identifiers, and the three types can be mixed in a single descriptor. Counter representations are constructed by concatenating counter symbols together. Identifiers are rendered as strings containing the same characters. Images are rendered as inline replaced elements. The <ahref="http://dev.w3.org/csswg/css3-images/#default-object-size">default object size</a> of an image counter symbol is a 1em by 1em square.</p>
0 commit comments