- From: Fotis Jannidis <Fotis.Jannidis@lrz.uni-muenchen.de>
- Date: Wed, 31 Oct 2001 19:18:52 -0500 (EST)
- To: www-style@w3.org
- CC: plh@w3.org
Hello, SAC: In org.w3c.css.sac.CSSException the fields SAC_UNSPECIFIED_ERR, SAC_NOT_SUPPORTED_ERR, SAC_SYNTAX_ERR are set to "public static short", but *not* to "final". This makes it impossible to use them in a switch statements which seems to be one rather obvious use. Could this be changed? Flute the flute parser doesn't seem to be able to process selectors in an css stylesheet like the following: body[warning="on"] p[warning~="on"] Batik works. Regards, Fotis
Received on Thursday, 8 November 2001 13:38:35 UTC