[ 
http://issues.apache.org/jira/browse/FOR-530?page=comments#action_12313137 ] 

Diwaker Gupta commented on FOR-530:
-----------------------------------

There's a small improvement in the compliance-links contract -- basically the 
CSS validator was not using the referer field to automatically validate the 
referring page. This fixes it:

Index: compliance-links.ft
===================================================================
--- compliance-links.ft (revision 189669)
+++ compliance-links.ft (working copy)
@@ -32,7 +32,7 @@
                             src="http://www.w3.org/Icons/valid-xhtml10";
                             alt="Valid XHTML 1.0!" height="31" width="88" />
                     </a>
-                    <a href="http://jigsaw.w3.org/css-validator/";>
+                    <a href="http://jigsaw.w3.org/css-validator/check/referer";>
                         <img style="border:0;width:88px;height:31px"
                             
src="http://jigsaw.w3.org/css-validator/images/vcss";
                             alt="Valid CSS!"/>

> [views] New contract; compliance-links
> --------------------------------------
>
>          Key: FOR-530
>          URL: http://issues.apache.org/jira/browse/FOR-530
>      Project: Forrest
>         Type: Improvement
>   Components: Skins (general issues)
>     Versions: 0.8
>     Reporter: Diwaker Gupta
>     Assignee: Thorsten Scherler
>  Attachments: compliance-links.ft
>
> This is a new contract to put in the 'Valid XHTML' and 'Valid CSS' links.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to