diff --git a/source b/source index 1e80e3984aa..c7602a99d1e 100644 --- a/source +++ b/source @@ -6770,8 +6770,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

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.

+ creator browsing context, then return the creator base URL, and abort + these steps.

@@ -75986,9 +75986,11 @@ dictionary DragEventInit : MouseEventInit { browsing context has no creator browsing context.

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.

+ context, then the creator origin, creator URL, and creator base + URL, are the origin, address, and + base URL, respectively, of the Document that + was the active document of that creator browsing context at the time + A was created.

@@ -76031,8 +76033,8 @@ 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 creator + URL.

  • Ensure that document has a single child html node, which itself has two empty child nodes: a head element, and a body