diff --git a/dom.bs b/dom.bs index 55b73944d..d04ed6a9c 100644 --- a/dom.bs +++ b/dom.bs @@ -5432,14 +5432,6 @@ are:
If constructor is null, then throw a "{{NotSupportedError!!exception}}" {{DOMException}}. -
If the interface indicated by constructor is not exposed on the - relevant global object of this, then throw a - "{{NotSupportedError!!exception}}" {{DOMException}}. - -
Typically user agents disable support for touch events in some configurations, in - which case this clause would be triggered for the interface {{TouchEvent}}. -
Let event be the result of creating an event given constructor.
Initialize event's {{Event/type}} attribute to the empty string.