Re: [SVGMobile12] A.7.19 gotoLocation

On Jan 27, 2006, at 7:29 AM, Boris Zbarsky wrote:

>
> 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.

Most languages of interest support either argument defaulting, or  
overloading based on number of arguments.

Regards,
Maciej

Received on Sunday, 5 February 2006 12:26:26 UTC