Re: Bug in the code to get the CSS Validation badge.

* Harald Wilke wrote:
>The image tag in the code to get the CSS Badge is not self-closed. 
>
><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>
>
>This means that if you add the code to show your CSS validates, your XHTML
>1.0 now longer does. 

Could you please give an example address where the CSS Validator emits
the code above? It should give HTML code for HTML documents and XHTML
code for XHTML documents, and it would be inappropriate to provide
XHTML code for HTML documents.

Received on Thursday, 26 August 2004 00:46:17 UTC