From 6a9b5a2c139074f192d0124f62d42173638b9ca6 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Fri, 23 Feb 2024 13:07:03 +0100 Subject: [PATCH] createEvent("textevent") creates a TextEvent See https://github.com/w3c/uievents/pull/362 for context. --- dom.bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dom.bs b/dom.bs index 80a7c85b..9321d93d 100644 --- a/dom.bs +++ b/dom.bs @@ -5551,7 +5551,6 @@ are: "beforeunloadevent"{{BeforeUnloadEvent}}[[!HTML]] "compositionevent"{{CompositionEvent}}[[!UIEVENTS]] - "customevent"{{CustomEvent}} "devicemotionevent"{{DeviceMotionEvent}}[[!DEVICE-ORIENTATION]] "deviceorientationevent"{{DeviceOrientationEvent}} @@ -5568,7 +5567,7 @@ are: "mouseevents" "storageevent"{{StorageEvent}}[[!HTML]] "svgevents"{{Event}} - "textevent"{{CompositionEvent}}[[!UIEVENTS]] + "textevent"{{TextEvent}}[[!UIEVENTS]] "touchevent"{{TouchEvent}}[[!TOUCH-EVENTS]] "uievent"{{UIEvent}}[[!UIEVENTS]] "uievents"