- From: Jim Ley <jim@jibbering.com>
- Date: Sat, 28 May 2005 22:53:07 +0100
- To: <www-html-editor@w3.org>
- Cc: <xhtml2-issues@hades.mn.aptest.com>
Dear HTML Working Group,
"The user agent derives a new URI from the URI specified by the href
attribute of the element, by appending a '?' followed by the x and y
coordinates, seperated by a comma."
What happens if the href already contains a ?
ie
<p href="http://www.example.com/cgi-bin/map?chickens"
src="map.png" ismap="ismap">
Our location.
</p>
Please clarify this so the result is not
http://www.example.com/cgi-bin/map?chickens?1,1
Regards,
Jim Ley
Received on Saturday, 28 May 2005 21:53:29 UTC