- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 07 Feb 2009 00:10:51 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6534 --- Comment #6 from Austin Guthals <aguthals@shoom.com> 2009-02-07 00:10:51 --- After performing even more tests I have found that the documentation on your site is correct. When I use simple pure html cases I can demonstrate the proper functionality. The reason I was having trouble was because I used a server based contral that rendered the html for me, and this control was encoding my url in a way that I was not aware of. Here is what it was doing. <img src="foo.cgi?chapter=1&section=2&copy=3&lang=en"/> was actually getting rendered as <img src="foo.cgi?chapter=1&%3Bsection=2&%3Bcopy=3&%3Blang=en"> Sorry for troubling you. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Saturday, 7 February 2009 00:10:59 UTC