Skip to content

Commit

Permalink
chore: tidy up index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rniwa committed Jan 5, 2025
1 parent 5bf997d commit 04da02f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ <h2>
as <code>removeAllRanges()</code> and abort these steps.
</li>
<li>If <var>node</var> is a {{DocumentType}}, throw an
{{InvalidNodeTypeError}} exception and abort these steps.
{{InvalidNodeTypeError}} exception and abort these steps.
</li>
<li>The method must throw an {{IndexSizeError}} exception if <var>
offset</var> is longer than <var>node</var>'s [=Node/length=] and
Expand Down Expand Up @@ -629,7 +629,7 @@ <h2>
</p>
<ol>
<li>If <var>node</var> is a {{DocumentType}}, throw an
{{InvalidNodeTypeError}} exception and abort these steps.
{{InvalidNodeTypeError}} exception and abort these steps.
</li>
<li>If <var>node</var>'s [=tree/root=] is not the <a>document</a>
associated with [=this=], abort these steps.
Expand Down Expand Up @@ -891,7 +891,8 @@ <h3>
<dd>
<p>
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.
</p>
</dd>
</dl>
Expand Down

0 comments on commit 04da02f

Please sign in to comment.