Re: [whatwg/dom] Allow an EventTarget to provide the default value of the AddEventListenerOptions (#365)

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