Skip to content

Commit

Permalink
Fix compositionend links (#66)
Browse files Browse the repository at this point in the history
Before seeing @dontcallmedom 's fix at #63 I introduced a couple more instances of the issue.

Fixing the remaining links.
  • Loading branch information
dandclark committed Sep 18, 2023
1 parent 91831f6 commit dabe2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h4><dfn>Update the EditContext</dfn></h4>
<li>Set |editContext|'s [=is composing=] to false.</li>
<li>
[=Fire an event=] named
<a href="https://w3c.github.io/uievents/#event-type-compositionstart">compositionend</a>
<a href="https://w3c.github.io/uievents/#event-type-compositionend">compositionend</a>
at |editContext| using {{CompositionEvent}}.
</li>
<li>Return.</li>
Expand Down Expand Up @@ -735,7 +735,7 @@ <h4><dfn>Update the EditContext</dfn></h4>
<li>Set |editContext|'s [=is composing=] to false.</li>
<li>
[=Fire an event=] named
<a href="https://w3c.github.io/uievents/#event-type-compositionstart">compositionend</a>
<a href="https://w3c.github.io/uievents/#event-type-compositionend">compositionend</a>
at |editContext| using {{CompositionEvent}}.
</li>
</ol>
Expand Down

0 comments on commit dabe2de

Please sign in to comment.