Re: css validation question (Timed out exception, html comment in stylesheet)

On Mar 9, 2007, at 11:50 , Ken Meleta wrote:

> before i put my site up on the internet, i directly input the html  
> into the css validator, and it would show no errors. but now that  
> its on the internet this comes up; "Servlet has thrown  
> exception:javax.servlet.ServletException: Timed out" that same  
> address is valid xhtml strict but nothing shows up for css but that  
> statement. whats that mean. the address is http://aapro.selfip.com.

You have html-style comments in your CSS.
That is not allowed, and a current bug in the validator causes this  
crashing instead of a "normal" error.
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4335

Regards,
-- 
olivier

Received on Friday, 9 March 2007 06:49:51 UTC