Re: [SVGMobile12] A.7.19 gotoLocation

Jonathan Watt wrote:
> 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?

Jonathan, I'm not sure argument defaulting is an option here.  For example, not 
all languages support it.

-Boris

Received on Friday, 27 January 2006 15:34:27 UTC