Re: Validator incorrectly reports validity for case of escaped final close-) in url()

> element { background-image: url(myimage\) ; }
>
> I believe that the above example is illegal, if my reading of CSS 2.1
> and CSS 2 is correct, yet the validator reports no error.

Agreed. The "\)" is part of the URL and the closing ")" is missing.



Bert
-- 
  Bert Bos                                ( W 3 C ) http://www.w3.org/
  http://www.w3.org/people/bos                               W3C/ERCIM
  bert@w3.org                             2004 Rt des Lucioles / BP 93
  +33 (0)4 92 38 76 92            06902 Sophia Antipolis Cedex, France

Received on Tuesday, 22 August 2006 12:49:12 UTC