Skip to content

Commit b4ec415

Browse files
committed
Align with DOM DocumentFragment adoption changes
Complements whatwg/dom#819. Tests: web-platform-tests/wpt#22504.
1 parent 22b404c commit b4ec415

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source

+6-6
Original file line numberDiff line numberDiff line change
@@ -61311,8 +61311,8 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6131161311
contents</span>:</p>
6131261312

6131361313
<ol>
61314-
<li><p>Let <var>doc</var> be the <code>template</code> element's <span>node document</span>'s <span>appropriate template contents owner
61315-
document</span>.</p></li>
61314+
<li><p>Let <var>doc</var> be the <code>template</code> element's <span>node document</span>'s
61315+
<span>appropriate template contents owner document</span>.</p></li>
6131661316

6131761317
<li><p>Create a <code>DocumentFragment</code> object whose <span>node document</span> is
6131861318
<var>doc</var> and <span data-x="concept-DocumentFragment-host">host</span> is the
@@ -61368,15 +61368,15 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6136861368

6136961369
<ol>
6137061370
<li>
61371-
<p>Let <var>doc</var> be <var>node</var>'s <span>node document</span>'s
61372-
<span>appropriate template contents owner document</span>.</p>
61371+
<p>Let <var>doc</var> be <var>node</var>'s <span>node document</span>'s <span>appropriate
61372+
template contents owner document</span>.</p>
6137361373

6137461374
<p class="note"><var>node</var>'s <span>node document</span> is the <code>Document</code> object
6137561375
that <var>node</var> was just adopted <em>into</em>.</p>
6137661376
</li>
6137761377

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

6138261382
<p>The <dfn attribute for="HTMLTemplateElement"><code

0 commit comments

Comments
 (0)