@@ -3165,7 +3165,7 @@ the number of <a for=tree>children</a> of <a>this</a> that are <a for=/>elements
3165
3165
3166
3166
<ol>
3167
3167
<li><p> Let <var> node</var> be the result of <a>converting nodes into a node</a> given <a>this</a> ,
3168
- <var> nodes</var> and <a>this</a> 's <a for=Node>node document</a> .
3168
+ <var> nodes</var> , and <a>this</a> 's <a for=Node>node document</a> .
3169
3169
3170
3170
<li><p> <a>Pre-insert</a> <var> node</var> into <a>this</a> before <a>this</a> 's
3171
3171
<a for=tree>first child</a> .
@@ -3175,7 +3175,7 @@ the number of <a for=tree>children</a> of <a>this</a> that are <a for=/>elements
3175
3175
3176
3176
<ol>
3177
3177
<li><p> Let <var> node</var> be the result of <a>converting nodes into a node</a> given <a>this</a> ,
3178
- <var> nodes</var> and <a>this</a> 's <a for=Node>node document</a> .
3178
+ <var> nodes</var> , and <a>this</a> 's <a for=Node>node document</a> .
3179
3179
3180
3180
<li><p> <a>Append</a> <var> node</var> to <a>this</a> .
3181
3181
</ol>
@@ -3185,7 +3185,7 @@ are:
3185
3185
3186
3186
<ol>
3187
3187
<li><p> Let <var> node</var> be the result of <a>converting nodes into a node</a> given <a>this</a> ,
3188
- <var> nodes</var> and <a>this</a> 's <a for=Node>node document</a> .
3188
+ <var> nodes</var> , and <a>this</a> 's <a for=Node>node document</a> .
3189
3189
3190
3190
<li><p> <a>Ensure pre-insertion validity</a> of <var> node</var> into <a>this</a> before
3191
3191
null.
@@ -3290,7 +3290,7 @@ CharacterData includes ChildNode;
3290
3290
<a for=tree>sibling</a> not in <var> nodes</var> ; otherwise null.
3291
3291
3292
3292
<li><p> Let <var> node</var> be the result of <a>converting nodes into a node</a> , given
3293
- <var> parent</var> , <var> nodes</var> and <a>this</a> 's <a for=Node>node document</a> .
3293
+ <var> parent</var> , <var> nodes</var> , and <a>this</a> 's <a for=Node>node document</a> .
3294
3294
3295
3295
<li><p> If <var> viablePreviousSibling</var> is null, then set it to <var> parent</var> 's
3296
3296
<a for=tree>first child</a> ; otherwise to <var> viablePreviousSibling</var> 's
@@ -3311,7 +3311,7 @@ CharacterData includes ChildNode;
3311
3311
<a for=tree>sibling</a> not in <var> nodes</var> ; otherwise null.
3312
3312
3313
3313
<li><p> Let <var> node</var> be the result of <a>converting nodes into a node</a> , given
3314
- <var> parent</var> , <var> nodes</var> and <a>this</a> 's <a for=Node>node document</a> .
3314
+ <var> parent</var> , <var> nodes</var> , and <a>this</a> 's <a for=Node>node document</a> .
3315
3315
3316
3316
<li><p> <a>Pre-insert</a> <var> node</var> into <var> parent</var> before
3317
3317
<var> viableNextSibling</var> .
@@ -3328,7 +3328,7 @@ CharacterData includes ChildNode;
3328
3328
<a for=tree>sibling</a> not in <var> nodes</var> ; otherwise null.
3329
3329
3330
3330
<li><p> Let <var> node</var> be the result of <a>converting nodes into a node</a> , given
3331
- <var> parent</var> , <var> nodes</var> and <a>this</a> 's <a for=Node>node document</a> .
3331
+ <var> parent</var> , <var> nodes</var> , and <a>this</a> 's <a for=Node>node document</a> .
3332
3332
3333
3333
<li>
3334
3334
<p> If <a>this</a> 's <a for=tree>parent</a> is <var> parent</var> , <a>replace</a> <a>this</a> with
0 commit comments