From 7ec1945f5dd183a7927d5d80e0aa38102b7182a2 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Thu, 8 Feb 2024 10:56:09 +0100 Subject: [PATCH] createEvent("textevent") creates a TextEvent See https://github.com/w3c/uievents/pull/362 --- dom.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index 182f246d..ff74e349 100644 --- a/dom.bs +++ b/dom.bs @@ -5549,7 +5549,6 @@ are: "beforeunloadevent"{{BeforeUnloadEvent}}[[!HTML]] "compositionevent"{{CompositionEvent}}[[!UIEVENTS]] - "customevent"{{CustomEvent}} "devicemotionevent"{{DeviceMotionEvent}}[[!DEVICE-ORIENTATION]] "deviceorientationevent"{{DeviceOrientationEvent}} @@ -5566,7 +5565,7 @@ are: "mouseevents" "storageevent"{{StorageEvent}}[[!HTML]] "svgevents"{{Event}} - "textevent"{{CompositionEvent}}[[!UIEVENTS]] + "textevent"{{TextEvent}}[[!UIEVENTS]] "touchevent"{{TouchEvent}}[[!TOUCH-EVENTS]] "uievent"{{UIEvent}}[[!UIEVENTS]] "uievents"