File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -125601,7 +125601,7 @@ document.body.appendChild(text);
125601
125601
<p>If the <span>stack of open elements</span> has only one node on it, if the second element
125602
125602
on the <span>stack of open elements</span> is not a <code>body</code> element, or if there is a
125603
125603
<code>template</code> element on the <span>stack of open elements</span>, then ignore the token.
125604
- (<span>fragment case</span>)</p>
125604
+ (<span>fragment case</span> or there is a <code>template</code> element on the stack )</p>
125605
125605
125606
125606
<p>Otherwise, set the <span>frameset-ok flag</span> to "not ok"; then, for each attribute on the
125607
125607
token, check to see if the attribute is already present on the <code>body</code> element (the
@@ -125615,7 +125615,8 @@ document.body.appendChild(text);
125615
125615
125616
125616
<p>If the <span>stack of open elements</span> has only one node on it, or if the second element
125617
125617
on the <span>stack of open elements</span> is not a <code>body</code> element, then ignore the
125618
- token. (<span>fragment case</span>)</p>
125618
+ token. (<span>fragment case</span> or there is a <code>template</code> element on the
125619
+ stack)</p>
125619
125620
125620
125621
<p>If the <span>frameset-ok flag</span> is set to "not ok", ignore the token.</p>
125621
125622
You can’t perform that action at this time.
0 commit comments