Skip to content

Commit c8ec987

Browse files
authored
Use DOM's post-connection steps for iframe elements
Make iframe elements use post-connection steps, not insertion steps. Fixes #10828.
1 parent 4631f8b commit c8ec987

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33415,13 +33415,10 @@ interface <dfn interface>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
3341533415

3341633416
<hr> <!-- SRC/SRCDOC PROCESSING MODEL -->
3341733417

33418-
<p>The <code>iframe</code> <span>HTML element insertion steps</span>, given
33418+
<p>The <code>iframe</code> <span>HTML element post-connection steps</span>, given
3341933419
<var>insertedNode</var>, are:</p>
3342033420

3342133421
<ol>
33422-
<li><p>If <var>insertedNode</var>'s <span>shadow-including root</span>'s <span
33423-
data-x="concept-document-bc">browsing context</span> is null, then return.</p></li>
33424-
3342533422
<li><p><span>Create a new child navigable</span> for <var>insertedNode</var>.</p></li>
3342633423

3342733424
<li><p>If <var>insertedNode</var> has a <code data-x="attr-iframe-sandbox">sandbox</code>

0 commit comments

Comments
 (0)