diff --git a/index.html b/index.html index 4630d56..474aca3 100644 --- a/index.html +++ b/index.html @@ -466,7 +466,7 @@

as removeAllRanges() and abort these steps.
  • If node is a {{DocumentType}}, throw an - {{InvalidNodeTypeError}} exception and abort these steps. + {{InvalidNodeTypeError}} exception and abort these steps.
  • The method must throw an {{IndexSizeError}} exception if offset is longer than node's [=Node/length=] and @@ -629,7 +629,7 @@

    1. If node is a {{DocumentType}}, throw an - {{InvalidNodeTypeError}} exception and abort these steps. + {{InvalidNodeTypeError}} exception and abort these steps.
    2. If node's [=tree/root=] is not the document associated with [=this=], abort these steps. @@ -891,7 +891,8 @@

      The method must invoke and return the result of - {{Document/getSelection()}} on [=this=]'s {{Window.document}} attribute. + {{Document/getSelection()}} on [=this=]'s {{Window.document}} + attribute.