This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20463 - The otherwise clause for Document objects can point to the DOM standard instead. See bug 20390 for more details.
Summary: The otherwise clause for Document objects can point to the DOM standard inste...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 16:09 UTC by contributor
Modified: 2013-03-07 10:57 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2012-12-20 16:09:35 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#origin-0
Complete: http://www.whatwg.org/c#origin-0

Comment:
The otherwise clause for Document objects can point to the DOM standard
instead. See bug 20390 for more details.

Posted from: 82.161.179.17 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.21 (KHTML, like Gecko) Chrome/25.0.1359.3 Safari/537.21
Comment 1 Ian 'Hixie' Hickson 2013-03-06 19:50:06 UTC
Done on the HTML side, but the DOM side is gonna need some changes.

Right now the text is:

# Unless explicitly given when a document is created, its origin is a
# globally unique identifier and its effective script origin is an
# alias of that origin. [HTML]

...but (a) the origins aren't set when the documents are created, they're set just generically for all documents by the HTML spec, and (b) the effective script origin can be mutated.

I recommend this instead:

# Except where otherwise specified, the origin of a Document is a
# globally unique identifier, and the effective script origin of a
# Document is an alias of the Document's origin. [HTML]
Comment 2 contributor 2013-03-06 19:51:54 UTC
Checked in as WHATWG revision r7732.
Check-in comment: Defer to DOM.
http://html5.org/tools/web-apps-tracker?from=7731&to=7732