Skip to content

Commit

Permalink
Align with DOM DocumentFragment adoption changes
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Mar 28, 2020
1 parent 6df77c2 commit 2dadc91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -58444,7 +58444,8 @@ interface <dfn>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
</li>

<li><p><span data-x="concept-node-adopt">Adopt</span> <var>node</var>'s
<span>template contents</span> (a <code>DocumentFragment</code> object) into <var>doc</var>.</p></li>
<span>template contents</span> (a <code>DocumentFragment</code> object) into <var>doc</var>, with
<var>forceDocumentFragmentAdoption</var> set to true.</p></li>
</ol>

<p>The <dfn><code data-x="dom-template-content">content</code></dfn> IDL attribute must return the
Expand Down

0 comments on commit 2dadc91

Please sign in to comment.