diff --git a/dom.bs b/dom.bs index a4d0bab7..69b5dbd9 100644 --- a/dom.bs +++ b/dom.bs @@ -7376,8 +7376,8 @@ The extractContents() method must return the result of extracting context object. -To clone a range -range, run these steps: +

To clone the contents +of a range range, run these steps:

  1. Let fragment be a new {{DocumentFragment}} @@ -7523,7 +7523,7 @@ To clone a range< (first partially contained child, first partially contained child's length).
  2. Let subfragment be the result of - cloning subrange. + cloning the contents of subrange.
  3. Append subfragment to clone. @@ -7582,7 +7582,7 @@ To clone a range< (original end node, original end offset).
  4. Let subfragment be the result of - cloning subrange. + cloning the contents of subrange.
  5. Append subfragment to clone. @@ -7592,8 +7592,8 @@ To clone a range<
The cloneContents() -method must return the result of cloning -context object. +method must return the result of cloning the contents +of context object. To insert a node node into a range diff --git a/dom.html b/dom.html index 88c7f48f..87e10654 100644 --- a/dom.html +++ b/dom.html @@ -3737,7 +3737,7 @@

extractContents() method must return the result of extracting context object.

-

To clone a range range, run these steps:

+

To clone the contents of a range range, run these steps:

  1. Let fragment be a new DocumentFragment node whose node document is range’s start node’s node document.
  2. If range’s start is its end, return fragment. @@ -3785,7 +3785,7 @@

    end is (first partially contained child, first partially contained child’s length). -
  3. Let subfragment be the result of cloning subrange. +
  4. Let subfragment be the result of cloning the contents of subrange.
  5. Append subfragment to clone.
  • @@ -3811,12 +3811,12 @@

    range whose start is (last partially contained child, 0) and whose end is (original end node, original end offset). -
  • Let subfragment be the result of cloning subrange. +
  • Let subfragment be the result of cloning the contents of subrange.
  • Append subfragment to clone.
  • Return fragment. -

    The cloneContents() method must return the result of cloning context object.

    +

    The cloneContents() method must return the result of cloning the contents of context object.

    To insert a node node into a range range, run these steps:

    1. @@ -4755,11 +4755,11 @@

      className, in §4.8
    2. clone, in §4.4
    3. clone a node, in §4.4 -
    4. clone a range, in §5.2
    5. cloneContents(), in §5.2
    6. cloneNode(), in §4.4
    7. cloneNode(deep), in §4.4
    8. cloneRange(), in §5.2 +
    9. clone the contents of a range, in §5.2
    10. cloning steps, in §4.4
    11. closest(selectors), in §4.8
    12. collapse(), in §5.2