- From: Richard Hulse <RHulse@radionz.co.nz>
- Date: Tue, 01 Apr 2003 13:21:45 +1200
- To: <www-validator@w3.org>
I have responded to my own query as I think I have worked it out. Neither the favelets that are around OR Checky escape the URL, when it appears that they should. The standard favelet is: javascript:void(document.location='http://validator.w3.org/check?uri='+document.location) but it should be: javascript:void(document.location='http://validator.w3.org/check?uri='+escape(document.location)) to work correctly. Comments? Richard
Received on Monday, 31 March 2003 20:33:47 UTC