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 24520 - The way the DOM defines createDocument() it would end up with its URL being about:blank, not the responsible document's URL.
Summary: The way the DOM defines createDocument() it would end up with its URL being a...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 14:38 UTC by contributor
Modified: 2014-02-05 19:31 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-02-05 14:38:39 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html
Multipage: http://www.whatwg.org/C#responsible-document
Complete: http://www.whatwg.org/c#responsible-document
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html

Comment:
The way the DOM defines createDocument() it would end up with its URL being
about:blank, not the responsible document's URL.

Posted from: 82.130.78.175 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0
Comment 1 Ian 'Hixie' Hickson 2014-02-05 19:31:42 UTC
Hm, wonder why I mentioned createDocument() then. Changed to document.open().
Comment 2 contributor 2014-02-05 19:31:57 UTC
Checked in as WHATWG revision r8466.
Check-in comment: Make this note about the settings object more accurate.
http://html5.org/tools/web-apps-tracker?from=8465&to=8466