From d028a227e005e5d9c3b3590909cd4cfe047dcd80 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Fri, 3 Oct 2025 15:04:42 +0800 Subject: [PATCH 1/3] Pass `subtype` to "create an input source" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cf112528..66a5241e 100644 --- a/index.html +++ b/index.html @@ -8197,7 +8197,7 @@

Input state

  • If source is undefined, set source to the result of trying to create an input source - with input state and type. + with input state, type and subtype.

  • Return success with data source.

  • From ee978857c99022688c5c00407bdc3efede493928 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Fri, 24 Oct 2025 17:26:05 +0800 Subject: [PATCH 2/3] Update more `subtype` Signed-off-by: Euclid Ye --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 66a5241e..9a83b754 100644 --- a/index.html +++ b/index.html @@ -8425,8 +8425,8 @@

    Processing actions

    1. Let source actions be the result of trying to process an input source action sequence given input - state, action sequence, and actions - options. + state, action sequence, actions + options and optional subtype.

    2. For each action in source actions: @@ -8450,8 +8450,8 @@

      Processing actions

      When required to process an input source action sequence, given input state, action - sequence, and actions options, a remote end - must: + sequence, and actions options, and optional subtype, + a remote end must:

      1. Let type be the result of getting a property From 53ac28e264ebcdb1446303a3783b763fa1a82bb1 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Fri, 24 Oct 2025 17:30:42 +0800 Subject: [PATCH 3/3] Pass `subtype` as param of "extract an action sequence" Signed-off-by: Euclid Ye --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9a83b754..728bab5a 100644 --- a/index.html +++ b/index.html @@ -10297,7 +10297,7 @@

        Perform Actions

      2. Let actions by tick be the result of trying to extract an action sequence with input state, - parameters, and actions options. + parameters, actions options and optional subtype.

      3. Dispatch actions with input state, actions by tick, current browsing context,