diff --git a/source b/source index e04a72deec1..6e18b6dd26a 100644 --- a/source +++ b/source @@ -2476,6 +2476,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute character
  • surrogate
  • scalar value
  • +
  • tuple
  • noncharacter
  • JavaScript string, code unit, and @@ -2645,6 +2646,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • Origin of URLs
  • Absolute URL
  • Relative URL
  • +
  • registrable domain
  • The URL parser and basic URL @@ -3007,6 +3009,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • agent and agent cluster
  • automatic semicolon insertion
  • +
  • candidate execution
  • The current Realm Record
  • early error
  • invariants of the essential internal methods
  • @@ -78097,7 +78100,11 @@ dictionary DragEventInit : MouseEventInit {

    To create a new browsing context, given - null or a Document object creator:

    + null or a Document object creator and browsing context group + group:

    + +
    1. Let browsingContext be a new browsing context.

    2. @@ -78119,11 +78126,19 @@ dictionary DragEventInit : MouseEventInit {
    3. Let featurePolicy be the result of creating a feature policy given browsingContext and origin.

    4. +
    5. Let agent be the result of obtaining a similar-origin window agent given + origin and group.

    6. +
    7. Let realm execution context be the result of creating a new JavaScript realm with the following customizations: