- From: Andreas Prilop <prilop2008@trashmail.net>
- Date: Tue, 13 May 2008 18:39:43 +0200 (MEST)
- To: www-validator-css@w3.org
- cc: Krzysztof Zelechowski <program.spe@home.pl>
On Sat, 10 May 2008, Krzysztof Zelechowski wrote: > The icon code provided by the validator Web page does not write > "http://jigsaw.w3.org/css-validator/check/referer". The validator tells you | If you would like to create a link to this page | (i.e., this validation result) to make it easier | to re-validate this page in the future or | to allow others to validate your page, the URI is | ...... | or | http://jigsaw.w3.org/css-validator/check/referer So you are actually given this address (URL) with "referer". It is in general not a good idea to link with this address using the "Valid CSS" icon. The behaviour of the CSS validator may change in future as it has in deed changed in the past. Currently the default is CSS v. 2.1. There is no way to specify the CSS level in a CSS file. Therefore the link http://jigsaw.w3.org/css-validator/check/referer might result in "Invalid" in the future. This is entirely different from HTML where your files begin with <!DOCTYPE html ... and thus specify the HTML version.
Received on Tuesday, 13 May 2008 16:41:29 UTC