About the missing uri=referer in the CSS validator

Dear members of the CSS validator team,

As explained on the page of the CSS validation Service, we can use the following code to display the vcss logo:

<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>

Clicking on that logo from a website shows the page of the CSS Validation Service.
But it does not check for the validity of the page on which the vcss logo is placed.

Could you tell me how to automatically check for the validity of the CSS code by using the "referer" value for the uri? 

For (X)HTML pages, we just have to use the following URL in the code:
http://validator.w3.org/check?uri=referer

Thank you!

Regards,
Matt

Received on Saturday, 25 September 2004 23:13:37 UTC