Re: Validator incorrectly reports validity for case of illegal escaped whitespace after property value

> Test cases, checked using direct input mode, grammar CSS2 selected:
>
> Test case i)
>
>         element {color:red\ ; }
>
> Test case ii)
>
>        element {color:red\  }
>
> I believe that the above are illegal, if my reading of CSS 2.1 and CSS
> 2 is correct, yet the validator reports no error.

I agree, the validator should have reported "red " (with the space) as 
an illegal color value in both cases.



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:44:38 UTC