From 2890f0c9e55c94ff2a9651ac7235f843bc7df393 Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Thu, 23 Apr 2026 20:38:46 +0200 Subject: [PATCH 1/2] Set "has scheduled selectionchange event" to true This field was never set to true and probably missed before scheduling the task. Fixes #338 --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 474aca3..2d3062e 100644 --- a/index.html +++ b/index.html @@ -1046,6 +1046,9 @@

  • If target's has scheduled selectionchange event is true, abort these steps.
  • +
  • Set target's has scheduled selectionchange + event to true +
  • Queue a task on the user interaction task source to fire a selectionchange event on target. From ef42ccb948832ac82827692dcbf5848872f5f3dc Mon Sep 17 00:00:00 2001 From: Tim van der Lippe Date: Thu, 23 Apr 2026 22:26:11 +0200 Subject: [PATCH 2/2] Update index.html Co-authored-by: Anne van Kesteren --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2d3062e..db18dd1 100644 --- a/index.html +++ b/index.html @@ -1047,7 +1047,7 @@

    event is true, abort these steps.

  • Set target's has scheduled selectionchange - event to true + event to true.
  • Queue a task on the user interaction task source to