Skip to content

Commit f28344f

Browse files
committed
Consolidate a bit with "is origin-keyed"
1 parent b955b10 commit f28344f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

source

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80462,10 +80462,6 @@ interface <dfn>BarProp</dfn> {
8046280462
a registrable domain suffix of and is not equal to</span> <var>effectiveDomain</var>, then throw
8046380463
a <span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>
8046480464

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-
8046980465
<li><p>If the <span>surrounding agent</span>'s <span>agent cluster</span>'s <span>is
8047080466
origin-keyed</span> is true, then return.</p></li>
8047180467

@@ -86795,11 +86791,9 @@ interface <dfn>BeforeUnloadEvent</dfn> : <span>Event</span> {
8679586791
<p>Contains various <code>Window</code> objects which can potentially reach each other, either
8679686792
directly or by using <code data-x="dom-document-domain">document.domain</code>.</p>
8679786793

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>
8680386797

8680486798
<p class="note">Two <code>Window</code> objects that are <span>same origin</span> can be in
8680586799
different <span data-x="similar-origin window agent">similar-origin window agents</span>, for

0 commit comments

Comments
 (0)