[SAC] [Flute] problems

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