Bug: Simple Selector sequences

Hi,

   The declaration

    #id[id] { position : fixed } 

is supposed to match all elements with the ID 'id' and an id attribute.
The Validator doesn't find errors for this stylesheet but pretty prints

    #hauptnavigation {
        position : fixed; 
    } 

which is wrong since the attribute selector is omitted.
-- 
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://www.learn.to/quote/

Received on Sunday, 17 June 2001 22:41:31 UTC