Re: Problem to validate CSS code, due to time out

Hello Laurent,

On Feb 19, 2007, at 17:39 , Laurent Verschueren wrote:
> I was trying several times to validate my CSS page on the  
> server :http://www.unice.fr/master-creation/etudiants/laurent/ 
> style_lv.css
The problem with this stylesheet is that it has (X)HTML-like syntax  
in it, which makes the CSS parser panic, for some reason. We have a  
tentative fix for the bug, but it's giving us some headaches and it  
may be a while until we have something good enough for production...

(Just added the bug for proper tracking: http://www.w3.org/Bugs/ 
Public/show_bug.cgi?id=4335 )

Until then, remove the DTD-like stuff at the beginning of your CSS,  
and I think the validator should parse it more easily.

-- 
olivier

Received on Monday, 19 February 2007 13:55:41 UTC