From 9f4ee3b8a5b0c146a8370a25daf9fd0a7ff06033 Mon Sep 17 00:00:00 2001
From: Dominic Farolino To
-ensure pre-insert validity
+ensure pre-insertion validity
of a node into a parent before a child, run these steps:
Ensure pre-insert validity of node into parent before
+ Ensure pre-insertion validity of node into parent before
child.
Let referenceChild be child.
@@ -2699,7 +2699,7 @@ of a node into a parent before a child, run the
The ensure pre-move validity steps are a similar, but slightly stricter version
-of the ensure pre-insert validity steps.Mutation algorithms
@@ -2638,7 +2638,7 @@ of a node into a parent before a child, run the
parent before a child, run these steps:
-
To pre-move a node into a parent before a child, run these steps: @@ -3418,7 +3418,7 @@ are:
Let node be the result of converting nodes into a node given this, nodes, and this's node document. -
Ensure pre-insert validity of node into this before +
Ensure pre-insertion validity of node into this before null.
Replace all with node within this. @@ -9217,12 +9217,12 @@ result of cloning the contents of this. -