Re: problems with css validator?

> My page validates properly as CSS, but when I embed the appropriate
> reference link to demonstrate this to people who visit the page, 
> I get the following relatively meaningless response (rather than the
> appropriate validation):
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
>                       "http://www.w3.org/TR/REC-html40/loose.dtd">
> <html><head>
> <title>Multiple choice for validator.html</title>
> </head>
> <body><ul><li><a
> href="validator.html.de">validator.html.de</a> Q= 0.897<li><a
> href="validator.html.en">validator.html.en</a> Q= 0.897<li><a
> href="validator.html.fr">validator.html.fr</a> Q= 0.897<li><a
> href="validator.html.ja">validator.html.ja</a> Q= 0.897<li><a
> href="validator.html.zh-cn">validator.html.zh-cn</a> Q= 0.897</body>
> </html>

The server is telling you that we have several versions of the CSS
validator depending on the language. You are not asking for an explicit
language in your browser so the CSS validator tells you the choices...


Philippe

Received on Monday, 25 March 2002 18:24:33 UTC