From 3a606b399dc1ea9fe9d3379aec1e775c56e7fdc9 Mon Sep 17 00:00:00 2001 From: Siye Liu Date: Fri, 14 Jun 2024 11:06:22 -0700 Subject: [PATCH] Add a note in ui events spec about UA-provided writing assistance text insertion event ordering. --- sections/event-inputevent.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sections/event-inputevent.txt b/sections/event-inputevent.txt index 86e9215..2b08308 100644 --- a/sections/event-inputevent.txt +++ b/sections/event-inputevent.txt @@ -98,6 +98,13 @@ +| 2 | input | | ++---+-------------+---------------------------------------------------+ +

+ UA-provided writing assistance such as text prediction, spell checking and auto correction, etc, + may insert replacement text. No composition events should + be dispatched around input events during insertion, and the inputType attribute of + the input events should be set to "insertReplacementText". +

+

Input Event Types

beforeinput