Skip to content

Commit b62bbc7

Browse files
committed
address feedback and also adjust some wrapping while here
1 parent 2dadc91 commit b62bbc7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

source

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58379,8 +58379,8 @@ interface <dfn>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
5837958379
contents</span>:</p>
5838058380

5838158381
<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>
5838458384

5838558385
<li><p>Create a <code>DocumentFragment</code> object whose <span>node document</span> is
5838658386
<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> {
5843658436

5843758437
<ol>
5843858438
<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>
5844158441

5844258442
<p class="note"><var>node</var>'s <span>node document</span> is the <code>Document</code> object
5844358443
that <var>node</var> was just adopted <em>into</em>.</p>
5844458444
</li>
5844558445

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>
5844958448
</ol>
5845058449

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

0 commit comments

Comments
 (0)