Skip to content

Commit 2dadc91

Browse files
committed
Align with DOM DocumentFragment adoption changes
Complements whatwg/dom#819. Tests: web-platform-tests/wpt#22504.
1 parent 6df77c2 commit 2dadc91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

+2-1
Original file line numberDiff line numberDiff line change
@@ -58444,7 +58444,8 @@ interface <dfn>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
5844458444
</li>
5844558445

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

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

0 commit comments

Comments
 (0)