diff --git a/source b/source index f0c4541b560..8cdfe3b906b 100644 --- a/source +++ b/source @@ -76637,8 +76637,8 @@ dictionary DragEventInit : MouseEventInit { -
  • Set up a browsing context environment settings object with - realm execution context.

  • +
  • Set up a browsing context environment settings object with realm + execution context, and let settingsObject be the result.

  • Let document be a new Document, marked as an HTML document in quirks mode, whose DragEventInit : MouseEventInit {

  • Implement the sandboxing for document.

  • +
  • Set settingsObject's execution ready flag.

  • +
  • Add document to browsingContext's session history.

  • @@ -81931,6 +81934,9 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
  • Implement the sandboxing for the Document.

  • +
  • Set settingsObject's execution ready flag.

  • +
  • If settingsObject's active service worker is not null, @@ -85934,6 +85940,11 @@ interface NavigatorOnLine { data-dfn-for="environment">active service worker

    Null or a service worker that controls the environment.

    + +
    An execution ready flag
    +

    A flag that indicates whether the environment setup is done. It is initially + unset.

    An environment settings object is an environment that @@ -96497,6 +96508,9 @@ interface SharedWorkerGlobalScope : WorkerGlobalScope {

  • +
  • Set inside settings's execution ready flag.

  • +