diff --git a/dom.bs b/dom.bs index 18ed2bc5..293d1c68 100644 --- a/dom.bs +++ b/dom.bs @@ -2583,7 +2583,7 @@ steps:
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.
+of the ensure pre-insertion validity 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. -