Re: [css3-lists] Publish a new WD?

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