Re: BUG: css validator transforms case

Bjoern Hoehrmann wrote:
> 
> Hi,
> 
> At least with input from [1] the CSS Validator transforms lower-/mixed-
> case element selectors to upper-case. Example
> 
>   björn { width: 10em }
> 
> becomes
> 
>   BJÖRN {
>      width : 10em;
>   }
> 
> as a result, the selector won't match any longer in case-sensitive
> documents.

Fixed in the new upcoming version.

Thanks,
Philippe

Received on Tuesday, 6 March 2001 03:49:32 UTC