- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Mon, 28 Nov 2011 11:21:42 -0800
- To: HÃ¥kon Wium Lie <howcome@opera.com>
- Cc: fantasai <fantasai.lists@inkedblade.net>, www-style@w3.org
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