Skip to content

Commit

Permalink
Fix link to compositionend event (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Sep 18, 2023
1 parent 94f704b commit 91831f6
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 @@ -851,7 +851,7 @@ <h4><dfn>Deactivate an 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 Expand Up @@ -1268,4 +1268,4 @@ <h2>Contributors</h2>
<section id="references" class="appendix"></section>
</body>

</html>
</html>

0 comments on commit 91831f6

Please sign in to comment.