diff --git a/dom.bs b/dom.bs index 18ed2bc5..293d1c68 100644 --- a/dom.bs +++ b/dom.bs @@ -2583,7 +2583,7 @@ steps:

Mutation algorithms

To -ensure pre-insert validity +ensure pre-insertion validity of a node into a parent before a child, run these steps:

    @@ -2638,7 +2638,7 @@ of a node into a parent before a child, run the parent before a child, run these steps:
      -
    1. Ensure pre-insert validity of node into parent before +

    2. Ensure pre-insertion validity of node into parent before child.

    3. 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:

  1. Let node be the result of converting nodes into a node given this, nodes, and this's node document. -

  2. Ensure pre-insert validity of node into this before +

  3. Ensure pre-insertion validity of node into this before null.

  4. Replace all with node within this. @@ -9217,12 +9217,12 @@ result of cloning the contents of this. -

  5. Ensure pre-insert validity +
  6. Ensure pre-insertion validity of node into parent before referenceNode.