From 48c1a691c17728e259c29cbbab29ae094867accb Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 27 Oct 2020 10:34:31 +0100 Subject: [PATCH] Editorial: rephrase initEvent() note Fixes #906. --- dom.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index 1bd55ff6..8b51d993 100644 --- a/dom.bs +++ b/dom.bs @@ -801,7 +801,7 @@ method, when invoked, must run these steps:

cancelable. -

As events have constructors {{Event/initEvent()}} is redundant and +

{{Event/initEvent()}} is redundant with event constructors and incapable of setting {{Event/composed}}. It has to be supported for legacy content.