- From: Daniel Freedman <freedman@physics.cornell.edu>
- Date: Tue, 12 Mar 2002 00:03:40 -0500 (EST)
- To: www-validator-css@w3.org
- Cc: Daniel Freedman <freedman@physics.cornell.edu>
Hi,
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 link I embed in my pages (validated as correct HTML 4.01), is:
 <p>
 <a href="http://jigsaw.w3.org/css-validator/">
 <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss" 
	       alt="Valid CSS!">
 </a>
 </p>
Note, I see the same behavior in CSS validation links from w3.org pages.
Maybe, something went wrong with the CSS validator server-side?
Thanks, and take care,
Daniel
-- 
Daniel A. Freedman
Laboratory for Atomic and Solid State Physics
Department of Physics
Cornell University
Received on Wednesday, 13 March 2002 17:03:20 UTC