From fba814b27713d374fed92e27f1e4f902d56e6628 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 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"