<op.v82g3ntw64w2qv@annevk-macbookpro.local>
Current votes: None.
On Fri, 13 Jan 2012 23:30:06 +0100, Ian Hickson <ian@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 um... when should it be set? Is it just "the document's address" but > with the change that the document's address is about:blank for > create*Document()-created documents? Yes, the HTML standard is already correct, except it no longer needs to define document.URL and it should probably say it updates the concept-document-url concept from DOM rather than introducing its own new concept (you still need to introduce the "current" one though).