diff --git a/dom.bs b/dom.bs index 0c81d339..7629d500 100644 --- a/dom.bs +++ b/dom.bs @@ -6090,13 +6090,10 @@ are: {{DOMException}}.
  • -

    If the interface indicated by constructor is not exposed on the - relevant global object of this, then throw a +

    If the interface indicated by constructor is not exposed on the + relevant realm 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.