BUG: css validator transforms case

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.

[1]  http://jigsaw.w3.org/css-validator/validator-text.html
-- 
Björn Höhrmann ^ mailto:bjoern@hoehrmann.de ^ http://www.bjoernsworld.de
am Badedeich 7 ° Telefon: +49(0)4667/981028 ° http://bjoern.hoehrmann.de
25899 Dagebüll # PGP Pub. KeyID: 0xA4357E78 # http://learn.to/quote [!]e
        -- If something is worth writing it is worth keeping --         

Received on Sunday, 4 March 2001 00:33:18 UTC