diff --git a/dom.bs b/dom.bs index 634db8ec7..f050f9d6a 100644 --- a/dom.bs +++ b/dom.bs @@ -776,7 +776,7 @@ incapable of setting {{Event/composed}}. It has to be supported for legacy conte
 partial interface Window {
-  [Replaceable] readonly attribute any event; // legacy
+  [Replaceable] readonly attribute (Event or undefined) event; // legacy
 };