Skip to content

Commit

Permalink
Add a note in ui events spec about UA-provided writing assistance tex…
Browse files Browse the repository at this point in the history
…t insertion event ordering.
  • Loading branch information
siliu1 committed Jun 14, 2024
1 parent 1e36610 commit 3a606b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sections/event-inputevent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
+| 2 | input | |
++---+-------------+---------------------------------------------------+

<p class="note">
UA-provided writing assistance such as text prediction, spell checking and auto correction, etc,
may insert replacement text. No <a href="#events-compositionevents">composition events</a> should
be dispatched around input events during insertion, and the <code>inputType</code> attribute of
the input events should be set to <code>"insertReplacementText"</code>.
</p>

<h4 id="events-input-types">Input Event Types</h4>

<h5 id="event-type-beforeinput"><dfn>beforeinput</dfn></h5>
Expand Down

0 comments on commit 3a606b3

Please sign in to comment.