Re: CSS validator "validated icon"

* Steve Pothier wrote:
>CSS validation is a great service.  I hope to get more people to use it.
>
>When my HTML is successfully validated using the W3C validation service,
>I'm give an HTML snippet I can add to my page to indicate successful
>validation.
>
>It would be nice if there was a similar feature for the CSS validation.

Well, there is, see e.g.
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.bjoernsworld.de%2F&warning=2&profile=css2

[...]
W3C CSS Validator Results for http://www.bjoernsworld.de/

Congratulations!
This document validates as CSS! 

To show your readers that you've taken the care to create an
interoperable Web page, you may display this icon on any page that
validates. Here is the HTML you could use to add this icon to your Web
page:

<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>
[...]
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Friday, 25 May 2001 20:11:20 UTC