diff --git a/dom.bs b/dom.bs index aca5d6b6b..082123e45 100644 --- a/dom.bs +++ b/dom.bs @@ -4919,21 +4919,43 @@ invoked, must run these steps: StringInterfaceNotes - "customevent"{{CustomEvent}} - "event{{Event}} + "animationevent"{{AnimationEvent}}[[!CSS3-ANIMATIONS]] + "beforeunloadevent"{{BeforeUnloadEvent}}[[!HTML]] + "closeevent"{{CloseEvent}} + "compositionevent"{{CompositionEvent}}[[!UIEVENTS]] + + "customevent"{{CustomEvent}} + "devicemotionevent"{{DeviceMotionEvent}}[[!DEVICE-ORIENTATION]] + "deviceorientationevent"{{DeviceOrientationEvent}} + "dragevent"{{DragEvent}}[[!HTML]] + "errorevent"{{ErrorEvent}} + "event"{{Event}} "events" - "htmlevents" + + "focusevent"{{FocusEvent}}[[!UIEVENTS]] + "hashchangeevent"{{HashChangeEvent}}[[!HTML]] + "htmlevents"{{Event}} + "idbversionchangeevent"{{IDBVersionChangeEvent}}[[INDEXEDDB]] "keyboardevent"{{KeyboardEvent}}[[!UIEVENTS]] "messageevent"{{MessageEvent}}[[!HTML]] "mouseevent"{{MouseEvent}}[[!UIEVENTS]] "mouseevents" + "pagetransitionevent"{{PageTransitionEvent}}[[!HTML]] + "popstateevent"{{PopStateEvent}} + "progressevent"{{ProgressEvent}}[[!XHR]] + "storageevent"{{StorageEvent}}[[!HTML]] + "svgevent"{{Event}} + "svgzoomevent"{{SVGZoomEvent}}[[!SVG]] + "svgzoomevents" + "textevent"{{CompositionEvent}}[[!UIEVENTS]] "touchevent"{{TouchEvent}}[[!TOUCH-EVENTS]] + "trackevent"{{TrackEvent}}[[!HTML]] + "transitionevent"{{TransitionEvent}}[[!CSS3-TRANSITIONS]] "uievent"{{UIEvent}}[[!UIEVENTS]] "uievents" + "webglcontextevent"{{WebGLContextEvent}}[[!WEBGL]] + "wheelevent"{{WheelEvent}}[[!UIEVENTS]] -
  • If constructor is null, throw a {{NotSupportedError}}.