Re: [whatwg] Reconcile document.URL and document.documentURI?

2012-06-26 Thread Ian Hickson
On Thu, 2 Feb 2012, Anne van Kesteren wrote: On Fri, 13 Jan 2012 23:30:06 +0100, Ian Hickson i...@hixie.ch wrote: I moved document.URL to DOM Core, made document.documentURI readonly, and have them both return the same URL concept, which defaults to about:blank. They now always

Re: [whatwg] Reconcile document.URL and document.documentURI?

2012-02-02 Thread Anne van Kesteren
On Fri, 13 Jan 2012 23:30:06 +0100, Ian Hickson i...@hixie.ch wrote: I moved document.URL to DOM Core, made document.documentURI readonly, and have them both return the same URL concept, which defaults to about:blank. They now always return about:blank, since this URL concept is never set. So

Re: [whatwg] Reconcile document.URL and document.documentURI?

2012-01-13 Thread Ian Hickson
On Tue, 28 Jun 2011, Anne van Kesteren wrote: Is there a way we can make these consistent somehow? Maybe move document.documentURI to Web Applications 1.0? With createHTMLDocument() I get these results: document.URL document.documentURI Gecko about:blankabout:blank

Re: [whatwg] Reconcile document.URL and document.documentURI?

2011-07-30 Thread Anne van Kesteren
On Tue, 28 Jun 2011 11:07:58 +0200, Anne van Kesteren ann...@opera.com wrote: Is there a way we can make these consistent somehow? Maybe move document.documentURI to Web Applications 1.0? With createHTMLDocument() I get these results: document.URL document.documentURI

[whatwg] Reconcile document.URL and document.documentURI?

2011-06-28 Thread Anne van Kesteren
Is there a way we can make these consistent somehow? Maybe move document.documentURI to Web Applications 1.0? With createHTMLDocument() I get these results: document.URL document.documentURI Gecko about:blankabout:blank Chrome null Opera script

Re: [whatwg] Reconcile document.URL and document.documentURI?

2011-06-28 Thread Adam Barth
I'm happy to change WebKit to match Gecko in this regard. Adam On Tue, Jun 28, 2011 at 2:07 AM, Anne van Kesteren ann...@opera.com wrote: Is there a way we can make these consistent somehow? Maybe move document.documentURI to Web Applications 1.0? With createHTMLDocument() I get these