diff --git a/source b/source index 9f3792c5dad..7b7c859aa54 100644 --- a/source +++ b/source @@ -78164,6 +78164,7 @@ dictionary DragEventInit : MouseEventInit {
  1. Let browsingContext be the result of creating a new browsing context with element's node document, and element's + node document's browsing context's top-level browsing context's group.

  2. Set element's nested browsing context to @@ -90318,9 +90319,9 @@ import "https://example.com/foo/../module2.mjs"; data-x="concept-global-object-realm">realms that can synchronously access each other, and thus needs to run in a single execution thread.

    -

    Two Window objects that have the same agent does not +

    Two Window objects having the same agent does not indicate they can directly access all objects created in each other's realms. They would have to - be in same origin-domain, see IsPlatformObjectSameOrigin.

    + be same origin-domain; see IsPlatformObjectSameOrigin.

    Until such a time that this standard has a better handle on lifetimes, it defines four types of agents that user agents must allocate at the appropriate time.

    @@ -90352,6 +90353,9 @@ import "https://example.com/foo/../module2.mjs"; +

    The allocation, lifetime, and realms of a similar-origin window agents are defined throughout this specification.

    +

    The relevant agent for a platform object @@ -90414,8 +90418,8 @@ import "https://example.com/foo/../module2.mjs";

    A similar-origin window agent is an agent whose [[CanBlock]] is false.

    -

    All global objects that use this agent all have the a similar origin - and are allocated via the obtain similar-origin +

    All global objects that use this agent all have a similar origin and + are allocated via the obtain similar-origin window agent algorithm.

    To obtain a browsing context agent cluster,