From 0d0cb075029c06b945adec525b7eb3aed0eb816a Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 12 Apr 2022 13:34:24 +0200 Subject: [PATCH] Remove no-op step The TouchEvent interface is still exposed. --- dom.bs | 8 -------- 1 file changed, 8 deletions(-) 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.