Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ <h4><dfn>Deactivate an EditContext</dfn></h4>
<li>If |editContext|'s [=is composing=] is true, then:
<ol>
<li>Set |editContext|'s [=is composing=] to false.</li>
<li>
[=Fire an event=] named "textformatupdate" at |editContext| using {{TextFormatUpdateEvent}} with
the {{TextFormatUpdateEvent}}'s [=text format list=] initialized to an empty list.
</li>
<li>
[=Fire an event=] named
<a href="https://w3c.github.io/uievents/#event-type-compositionend">compositionend</a>
Expand Down
Loading