[w3c/gamepad] gamepad*connected handlers are only needed on Window (Issue #166)

#144 (cc @saschanaz ) added the `ongamepadconnected` and `ongamepaddiscconnected` to `WindowEventHandlers`, but that mixin is also included in  `HTMLBodyElement`, `HTMLFrameSetElement`, `SVGSVGElement` which have no reason to expose these handlers, since the events is never fired to these interfaces.

I guess this should be replaced by a partial on `Window` directly?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/issues/166
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/gamepad/issues/166@github.com>

Received on Tuesday, 5 July 2022 10:50:35 UTC