- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Fri, 27 Jan 2006 09:29:49 -0600
- To: Jonathan Watt <jwatt@jwatt.org>
- CC: www-svg@w3.org
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