- From: Matt Reynolds <notifications@github.com>
- Date: Thu, 25 Mar 2021 11:52:20 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 March 2021 18:54:33 UTC
@nondebug 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 { This looks fine to me. Chrome strangely has no IDL for the Gamepad event handlers, but this matches the IDL for other Window events. -- 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#discussion_r601759391
Received on Thursday, 25 March 2021 18:54:33 UTC