Skip to content

Commit dabe2de

Browse files
authored
Fix compositionend links (#66)
Before seeing @dontcallmedom 's fix at #63 I introduced a couple more instances of the issue. Fixing the remaining links.
1 parent 91831f6 commit dabe2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ <h4><dfn>Update the EditContext</dfn></h4>
701701
<li>Set |editContext|'s [=is composing=] to false.</li>
702702
<li>
703703
[=Fire an event=] named
704-
<a href="https://w3c.github.io/uievents/#event-type-compositionstart">compositionend</a>
704+
<a href="https://w3c.github.io/uievents/#event-type-compositionend">compositionend</a>
705705
at |editContext| using {{CompositionEvent}}.
706706
</li>
707707
<li>Return.</li>
@@ -735,7 +735,7 @@ <h4><dfn>Update the EditContext</dfn></h4>
735735
<li>Set |editContext|'s [=is composing=] to false.</li>
736736
<li>
737737
[=Fire an event=] named
738-
<a href="https://w3c.github.io/uievents/#event-type-compositionstart">compositionend</a>
738+
<a href="https://w3c.github.io/uievents/#event-type-compositionend">compositionend</a>
739739
at |editContext| using {{CompositionEvent}}.
740740
</li>
741741
</ol>

0 commit comments

Comments
 (0)