- From: Aaron Bentley <aaron.bentley@utoronto.ca>
- Date: Sun, 20 Jul 2003 16:11:35 -0400
- To: www-validator@w3.org
Hi,
Thanks for all your efforts on the validator. I use it all the time.
There's a small bug in your "Validate *This* page" favlets-- the uri to
be validated is not escaped, so an invalid request is made if a favet is
invoked on pages whose uris contain characters that must be escaped
(like GET requests). Here's my updated "open in new window" favelet:
javascript:window.open('http://validator.w3.org/check?uri='+escape(location));void%200
Hope that's helpful,
Aaron Bentley
Received on Sunday, 20 July 2003 16:17:04 UTC