- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 13 Apr 2022 12:44:19 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 April 2022 19:44:31 UTC
Quick status update: it appears what remains to be specced (and is implemented in at least 2 browsers, maybe 3?) is: - wheel, mousewheel, touchstart, and touchmove events... - are passive: true by default, when used on window, document, or document.body We have .tentative test coverage for wheel and touchmove on document. So the work to do is: - Expand the test suite to the full matrix above - Make sure there's actually interop - Update the spec. (There was an attempt in #336 and in https://github.com/w3c/touch-events/pull/75 but it seems to have been abandoned.) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/365#issuecomment-1098416958 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/365/1098416958@github.com>
Received on Wednesday, 13 April 2022 19:44:31 UTC