Skip to content

Commit 6b615a7

Browse files
committed
Oxford
1 parent ba733ee commit 6b615a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dom.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -3165,7 +3165,7 @@ the number of <a for=tree>children</a> of <a>this</a> that are <a for=/>elements
31653165

31663166
<ol>
31673167
<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>.
31693169

31703170
<li><p><a>Pre-insert</a> <var>node</var> into <a>this</a> before <a>this</a>'s
31713171
<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
31753175

31763176
<ol>
31773177
<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>.
31793179

31803180
<li><p><a>Append</a> <var>node</var> to <a>this</a>.
31813181
</ol>
@@ -3185,7 +3185,7 @@ are:
31853185

31863186
<ol>
31873187
<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>.
31893189

31903190
<li><p><a>Ensure pre-insertion validity</a> of <var>node</var> into <a>this</a> before
31913191
null.
@@ -3290,7 +3290,7 @@ CharacterData includes ChildNode;
32903290
<a for=tree>sibling</a> not in <var>nodes</var>; otherwise null.
32913291

32923292
<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>.
32943294

32953295
<li><p>If <var>viablePreviousSibling</var> is null, then set it to <var>parent</var>'s
32963296
<a for=tree>first child</a>; otherwise to <var>viablePreviousSibling</var>'s
@@ -3311,7 +3311,7 @@ CharacterData includes ChildNode;
33113311
<a for=tree>sibling</a> not in <var>nodes</var>; otherwise null.
33123312

33133313
<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>.
33153315

33163316
<li><p><a>Pre-insert</a> <var>node</var> into <var>parent</var> before
33173317
<var>viableNextSibling</var>.
@@ -3328,7 +3328,7 @@ CharacterData includes ChildNode;
33283328
<a for=tree>sibling</a> not in <var>nodes</var>; otherwise null.
33293329

33303330
<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>.
33323332

33333333
<li>
33343334
<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

Comments
 (0)