@@ -80462,10 +80462,6 @@ interface <dfn>BarProp</dfn> {
80462
80462
a registrable domain suffix of and is not equal to</span> <var>effectiveDomain</var>, then throw
80463
80463
a <span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>
80464
80464
80465
- <li><p>If the <span>surrounding agent</span>'s <span>agent cluster</span>'s <span
80466
- data-x="agent-cluster-cross-origin-isolation">cross-origin isolation mode</span> is not "<code
80467
- data-x="cross-origin-isolation-none">none</code>", then return.</p></li>
80468
-
80469
80465
<li><p>If the <span>surrounding agent</span>'s <span>agent cluster</span>'s <span>is
80470
80466
origin-keyed</span> is true, then return.</p></li>
80471
80467
@@ -86795,11 +86791,9 @@ interface <dfn>BeforeUnloadEvent</dfn> : <span>Event</span> {
86795
86791
<p>Contains various <code>Window</code> objects which can potentially reach each other, either
86796
86792
directly or by using <code data-x="dom-document-domain">document.domain</code>.</p>
86797
86793
86798
- <p>If the encompassing <span>agent cluster</span>'s <span
86799
- data-x="agent-cluster-cross-origin-isolation">cross-origin isolation mode</span> is not "<code
86800
- data-x="cross-origin-isolation-none">none</code>", then all the <code>Window</code> objects will
86801
- be <span>same origin</span>, can reach each other directly, and <code
86802
- data-x="dom-document-domain">document.domain</code> will no-op.</p>
86794
+ <p>If the encompassing <span>agent cluster</span>'s <span>is origin-keyed</span> is true, then
86795
+ all the <code>Window</code> objects will be <span>same origin</span>, can reach each other
86796
+ directly, and <code data-x="dom-document-domain">document.domain</code> will no-op.</p>
86803
86797
86804
86798
<p class="note">Two <code>Window</code> objects that are <span>same origin</span> can be in
86805
86799
different <span data-x="similar-origin window agent">similar-origin window agents</span>, for
0 commit comments