Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4605,9 +4605,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
data-x="">cross-origin-isolated</code></dfn>", which has a <span
data-x="concept-default-allowlist">default allowlist</span> of <code
data-x="">'self'</code>.</li>
<li>"<dfn data-x="document-domain-feature"><code data-x="">document-domain</code></dfn>", which
has a <span data-x="concept-default-allowlist">default allowlist</span> of <code
data-x="">*</code>.</li>
</ul>


Expand Down Expand Up @@ -81174,9 +81171,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
of a domain to synchronously access each other's DOMs.</p>

<p>In sandboxed <code>iframe</code>s, <code>Document</code>s with <span
data-x="concept-origin-opaque">opaque origins</span>, <code>Document</code>s without a <span
data-x="concept-document-bc">browsing context</span>, and when the "<code
data-x="document-domain-feature">document-domain</code>" feature is disabled, the setter will
data-x="concept-origin-opaque">opaque origins</span>, and <code>Document</code>s without a <span
data-x="concept-document-bc">browsing context</span>, the setter will
throw a <span>"<code>SecurityError</code>"</span> exception. In cases where <code
data-x="dom-crossOriginIsolated">crossOriginIsolated</code> or <code
data-x="dom-originAgentCluster">originAgentCluster</code> return true, the setter will do
Expand Down Expand Up @@ -81226,10 +81222,6 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<code data-x="dom-document-domain">document.domain</code> browsing context flag</span> set, then
throw a <span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>

<li><p>If <span>this</span> is not <span>allowed to use</span> the "<code
data-x="document-domain-feature">document-domain</code>" feature, then throw a
<span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>

<li><p>Let <var>effectiveDomain</var> be <span>this</span>'s <span
data-x="concept-document-origin">origin</span>'s <span
data-x="concept-origin-effective-domain">effective domain</span>.
Expand Down Expand Up @@ -131824,6 +131816,7 @@ INSERT INTERFACES HERE
Daniel Steinberg,
Daniel Tan,
Daniel Trebbien,
Daniel Vogelheim,
Danny Sullivan,
Daphne Preston-Kendal,
Darien Maillet Valentine,
Expand Down