- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Mon, 15 Mar 2021 14:58:26 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 March 2021 21:58:38 UTC
@saschanaz commented on this pull request.
> @@ -798,13 +798,29 @@ <h3>
button.</i>
</p>
</section>
- <section id="permission-policy" data-cite="Feature-Policy">
+ <section>
+ <h2>
+ Extensions to the <code>WindowEventHandlers</code> Interface Mixin
+ </h2>
+ <p>
+ This specification extends the {{WindowEventHandlers}} interface mixin
+ from HTML to add [=event handler IDL attributes=] to facilitate the
+ event handler registration.
+ </p>
+ <pre class="idl">
+ partial interface mixin WindowEventHandlers {
Should this be `partial interface Window` instead, because we don't really want to fire them on `document.body`? @marcoscaceres
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/144#pullrequestreview-612677277
Received on Monday, 15 March 2021 21:58:38 UTC