[Bug 20390] The origin of documents not in a browsing context is wrong in the spec

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20390

--- Comment #9 from Anne <annevk@annevk.nl> ---
So Window objects don't seem to have an origin per HTML. The global object's
associated Document of course does. We could use that for new Document(),
createDocument(), and createHTMLDocument(). Is that what Gecko does?

Note that DOM just defines a default being a globally unique identifier, but
also defines that for new Document(), createDocument(), and
createHTMLDocument(), that is overridden (currently by the entry script's
origin, but I guess we should change that to something else).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 19 December 2012 18:20:27 UTC