diff --git a/domparser b/domparser index 712b955..1def116 100644 --- a/domparser +++ b/domparser @@ -294,7 +294,7 @@ must run the appropriate steps, depending on node's interfac
Comment
    -
  1. Let markup the concatenation of +
  2. Let markup be the concatenation of "<!--", node's data, and "-->". @@ -344,7 +344,7 @@ must run the appropriate steps, depending on node's interfac
    DocumentFragment
      -
    1. Let markup the empty string. +
    2. Let markup be the empty string.
    3. For each child of @@ -878,7 +878,7 @@ method must run these steps:
      1. -

        Let node the context object's +

        Let node be the context object's start node.

        Let element be as follows, depending on diff --git a/source.html b/source.html index e73a1cf..52630e4 100644 --- a/source.html +++ b/source.html @@ -274,7 +274,7 @@

        Serializing

        Comment
          -
        1. Let markup the concatenation of +
        2. Let markup be the concatenation of "<!--", node's data, and "-->". @@ -324,7 +324,7 @@

          Serializing

          DocumentFragment
            -
          1. Let markup the empty string. +
          2. Let markup be the empty string.
          3. For each child of @@ -858,7 +858,7 @@

            Extensions to the Range interface

            1. -

              Let node the context object's +

              Let node be the context object's start node.

              Let element be as follows, depending on