[SVGMobile12] A.7.19 gotoLocation

Dear SVG WG,

http://www.w3.org/TR/SVGMobile12/svgudom.html#svg::SVGGlobal_gotoLocation in 
section A.7.19 specifies a gotoLocation method. If you're going to have getURL 
and postURL, please change this method's name to gotoURL to be consistant.

It would also be useful to be able to choose between replacing the current 
document (as for document.location.replace() in HTML today) or whether you are 
navigating directly to the new document (as for document.location.assign() 
today). Maybe this could be done using a second boolean argument called 
'replace' defaulting to false?

It would also be useful to allow the current document to be reloaded simply by 
specifying an empty string for the iri argument rather than having to hardcode 
in the document's location to the script or having to obtain it via the 
SVGDocument interface.

Regards,
Jonathan

Received on Friday, 27 January 2006 14:53:18 UTC