- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Mon, 21 Nov 2011 18:59:25 +0100
- To: www-style list <www-style@w3.org>
Håkon Wium Lie:
> - Issue: Do we need predefined lists beyond what CSS2 defines? For example,
> do we need 'simple-upper-roman', 'fullwidth-decimal', 'octal',
> 'upper-hexadecimal'?
Furthermore, if we could replace, for instance,
foo {list-style-type: upper-hexadecimal:}
by the more generic
foo {list-style-type: hexadecimal;)
foo::marker {text-transform: uppercase;}
shouldn’t we do so?
Received on Monday, 21 November 2011 17:59:56 UTC