Skip to content

Commit 3fd7f35

Browse files
authored
Set iframe sandbox flags before child navigable creation
1 parent 22c40f9 commit 3fd7f35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35078,13 +35078,13 @@ interface <dfn interface>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
3507835078
<var>insertedNode</var>, are:</p>
3507935079

3508035080
<ol>
35081-
<li><p><span>Create a new child navigable</span> for <var>insertedNode</var>.</p></li>
35082-
3508335081
<li><p>If <var>insertedNode</var> has a <code data-x="attr-iframe-sandbox">sandbox</code>
3508435082
attribute, then <span data-x="parse a sandboxing directive">parse the sandboxing
3508535083
directive</span> given the attribute's value and <var>insertedNode</var>'s
3508635084
<span><code>iframe</code> sandboxing flag set</span>.</p></li>
3508735085

35086+
<li><p><span>Create a new child navigable</span> for <var>insertedNode</var>.</p></li>
35087+
3508835088
<li><p><span>Process the <code>iframe</code> attributes</span> for <var>insertedNode</var>, with
3508935089
<i data-x="process-iframe-initial-insertion">initialInsertion</i> set to true.</p></li>
3509035090
</ol>

0 commit comments

Comments
 (0)