Re: Attribute selectors validator bug

* Philip Pawley wrote:
>There is a little bug:-
>
>I used the text-area to check a css rule:-
>        table[width=189].nav { width:181px; } 
>and got:-
>        Parse Error - =189].nav 
>
>
>I added quotation marks:-
>        table[width="189"].nav { width:181px; }  
>and got:-
>        No error or warning found
>        To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
>        Valid CSS informations
>                table[width=189].nav { 
>                width : 181px;  
>        } 
>which is precisely what I entered the first time!

You are right, this is a bug. Thanks for the report.
-- 
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 Wednesday, 10 October 2001 07:30:53 UTC