File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -58379,8 +58379,8 @@ interface <dfn>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
58379
58379
contents</span>:</p>
58380
58380
58381
58381
<ol>
58382
- <li><p>Let <var>doc</var> be the <code>template</code> element's <span>node document</span>'s <span>appropriate template contents owner
58383
- document</span>.</p></li>
58382
+ <li><p>Let <var>doc</var> be the <code>template</code> element's <span>node document</span>'s
58383
+ <span>appropriate template contents owner document</span>.</p></li>
58384
58384
58385
58385
<li><p>Create a <code>DocumentFragment</code> object whose <span>node document</span> is
58386
58386
<var>doc</var> and <span data-x="concept-DocumentFragment-host">host</span> is the
@@ -58436,16 +58436,15 @@ interface <dfn>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
58436
58436
58437
58437
<ol>
58438
58438
<li>
58439
- <p>Let <var>doc</var> be <var>node</var>'s <span>node document</span>'s
58440
- <span>appropriate template contents owner document</span>.</p>
58439
+ <p>Let <var>doc</var> be <var>node</var>'s <span>node document</span>'s <span>appropriate
58440
+ template contents owner document</span>.</p>
58441
58441
58442
58442
<p class="note"><var>node</var>'s <span>node document</span> is the <code>Document</code> object
58443
58443
that <var>node</var> was just adopted <em>into</em>.</p>
58444
58444
</li>
58445
58445
58446
- <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>, with
58448
- <var>forceDocumentFragmentAdoption</var> set to true.</p></li>
58446
+ <li><p><span data-x="concept-node-adopt">Adopt</span> <var>node</var>'s <span>template
58447
+ contents</span> into <var>doc</var>, with true.</p></li>
58449
58448
</ol>
58450
58449
58451
58450
<p>The <dfn><code data-x="dom-template-content">content</code></dfn> IDL attribute must return the
You can’t perform that action at this time.
0 commit comments