- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 24 Jun 2014 23:44:01 -0700
- To: "www-style@w3.org" <www-style@w3.org>
Hey Tab,
Can you add an example to
http://dev.w3.org/csswg/css-counter-styles/#override-system
? It would help a lot with understanding this section.
Here's one I just gave someone, in case it's helpful:
/* numbers with 1) 2) 3) instead of 1. 2. 3. */
@counter-style paren-decimal {
system: extends decimal;
suffix: ") ";
}
Thanks~
~fantasai
Received on Wednesday, 25 June 2014 06:44:31 UTC