diff --git a/index.html b/index.html index 1a065fa..1f11946 100644 --- a/index.html +++ b/index.html @@ -997,9 +997,6 @@

EditContext Interface

None
    -
  1. - If [=this=] is not activated, abort these steps. -
  2. Replace the substring of [=text=] in the range of |rangeStart| and |rangeEnd| with |newText|
  3. @@ -1023,9 +1020,6 @@

    EditContext Interface

    None
      -
    1. - If [=this=] is not activated, abort these steps. -
    2. If |start| > |end|, abort these steps.
    3. @@ -1051,9 +1045,6 @@

      EditContext Interface

      None
        -
      1. - If [=this=] is not activated, abort these steps. -
      2. set [=selection bounds=] to |selectionBounds|
      3. @@ -1073,9 +1064,6 @@

        EditContext Interface

        None
          -
        1. - If [=this=] is not activated, abort these steps. -
        2. set [=control bounds=] to |controlBounds|
        3. @@ -1096,9 +1084,6 @@

          EditContext Interface

          None
            -
          1. - If [=this=] is not activated, abort these steps. -
          2. set [=start index=] to |rangeStart|.