From a996f3b4982f20697f71a23c919567a638519959 Mon Sep 17 00:00:00 2001
From: Anne van Kesteren If the document's address is about:blank
, and the
Document
's browsing context has a
- creator browsing context, then return the document base URL of the
- creator Document
, and abort these steps.
If a browsing context A has a creator browsing
- context, then the Document
that was the active document of that
- creator browsing context at the time A was created is the
- creator Document
.
Document
that
+ was the active document of that creator browsing context at the time
+ A was created.
If the new browsing context has a creator browsing context,
- then the origin of document the origin of the
- creator Document
.
Otherwise, the origin of document is a unique opaque origin assigned when the new browsing @@ -76135,10 +76137,9 @@ dictionary DragEventInit : MouseEventInit {
If the new browsing context has a creator
- Document
, then set document's referrer to the address of that
- creator Document
.
If the new browsing context has a creator browsing context, then + set document's referrer to the + creator URL.
Ensure that document has a single child html
node, which itself
has two empty child nodes: a head
element, and a body