Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note in ui events spec about UA-provided writing assistance text insertion event ordering. #378

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
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
Loading