Skip to content

Commit

Permalink
Consolidate a bit with "is origin-keyed"
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Dec 17, 2020
1 parent b955b10 commit f28344f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -80462,10 +80462,6 @@ interface <dfn>BarProp</dfn> {
a registrable domain suffix of and is not equal to</span> <var>effectiveDomain</var>, then throw
a <span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>

<li><p>If the <span>surrounding agent</span>'s <span>agent cluster</span>'s <span
data-x="agent-cluster-cross-origin-isolation">cross-origin isolation mode</span> is not "<code
data-x="cross-origin-isolation-none">none</code>", then return.</p></li>

<li><p>If the <span>surrounding agent</span>'s <span>agent cluster</span>'s <span>is
origin-keyed</span> is true, then return.</p></li>

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

<p>If the encompassing <span>agent cluster</span>'s <span
data-x="agent-cluster-cross-origin-isolation">cross-origin isolation mode</span> is not "<code
data-x="cross-origin-isolation-none">none</code>", then all the <code>Window</code> objects will
be <span>same origin</span>, can reach each other directly, and <code
data-x="dom-document-domain">document.domain</code> will no-op.</p>
<p>If the encompassing <span>agent cluster</span>'s <span>is origin-keyed</span> is true, then
all the <code>Window</code> objects will be <span>same origin</span>, can reach each other
directly, and <code data-x="dom-document-domain">document.domain</code> will no-op.</p>

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

0 comments on commit f28344f

Please sign in to comment.