- From: Håkon Wium Lie <howcome@opera.com>
- Date: Tue, 15 Nov 2011 01:14:04 +0100
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- Cc: www-style list <www-style@w3.org>
Tab wrote:
> The new predefined list style, super-decimal, is already defined in
> the Lists spec. As well, the Lists spec defines a more powerful
> method for defining new named list styles. It didn't previously have
> an equivalent for the symbols() function, but I've now added that
> (<http://dev.w3.org/csswg/css3-lists/#symbols-function>) and aligned
> it with the @counter-style syntax and abilities.
Good.
I've removed the list styles from the GCPM editor's draft.
http://dev.w3.org/csswg/css3-gcpm/
I also suggest that the GCPM shorthand syntax is added to css3-lists.
In GCPM, you could say:
@counter-style daggers "*" "\2020" "\2021" "\A7" "#";
which is a shorthand for:
@counter-style daggers {
type: non-repeating;
glyphs: "*" "\2020" "\2021" "\A7" "#";
}
-h&kon
Håkon Wium Lie CTO °þe®ª
howcome@opera.com http://people.opera.com/howcome
Received on Tuesday, 15 November 2011 00:14:46 UTC