Re: Bugs in CSS parsing

Miguel Garcia wrote:
> Hi,
>  
> This is a collateral behaviour of using regular expresions for
> extracting CSS properties. 
> 
> By default java regular expressions are case sensitive and if you want
> to match them against a text ignoring case you must explicity state it
> with a flag. We'll check the code and add this flag on all regular
> expresion matchings
> 
> We'll also add to the regular expresions the condition of "any number of
> white spaces" (\s*) to all suitable cases

Thanks Miguel, I just committed the change in StyleSheetsSupportTest.java

The only remaining place, AFAICT, is in CSSUtils.java. Up to you!

Francois.

Received on Thursday, 10 July 2008 16:19:21 UTC