Skip to content

Commit

Permalink
address feedback and also adjust some wrapping while here
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Mar 31, 2020
1 parent 2dadc91 commit b62bbc7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions source
Expand Up @@ -58379,8 +58379,8 @@ interface <dfn>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
contents</span>:</p>

<ol>
<li><p>Let <var>doc</var> be the <code>template</code> element's <span>node document</span>'s <span>appropriate template contents owner
document</span>.</p></li>
<li><p>Let <var>doc</var> be the <code>template</code> element's <span>node document</span>'s
<span>appropriate template contents owner document</span>.</p></li>

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

<ol>
<li>
<p>Let <var>doc</var> be <var>node</var>'s <span>node document</span>'s
<span>appropriate template contents owner document</span>.</p>
<p>Let <var>doc</var> be <var>node</var>'s <span>node document</span>'s <span>appropriate
template contents owner document</span>.</p>

<p class="note"><var>node</var>'s <span>node document</span> is the <code>Document</code> object
that <var>node</var> was just adopted <em>into</em>.</p>
</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>, with
<var>forceDocumentFragmentAdoption</var> set to true.</p></li>
<li><p><span data-x="concept-node-adopt">Adopt</span> <var>node</var>'s <span>template
contents</span> into <var>doc</var>, with 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 b62bbc7

Please sign in to comment.