Re: [css3-lists] glyphs in single string

On Fri, Nov 25, 2011 at 3:43 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> So, new proposal based on this:  allow <string>, IDENT, or <image>.

Hm, new problem.  In the symbols() function, if IDENTs are allowed,
the "as <type>" bit requires lookahead.  There are several ways around
this:

1. Disallow the "as" identifier in symbols() (or everywhere?).
2. Change symbols() to put the type first.
3. Remove the ability to specify the type in symbols().
4. Restrict symbols() to only allow strings and images (the full
@counter-style can still take idents).
5. Only allow strings and images everywhere.

Thoughts?

~TJ

Received on Monday, 28 November 2011 19:22:39 UTC