- From: Simon Fraser <notifications@github.com>
- Date: Thu, 12 Nov 2020 15:04:34 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 November 2020 23:04:47 UTC
Touch events are documented to have a behavior where if all the listeners are `passive`, then the event has `cancelable=false`: https://w3c.github.io/touch-events/#cancelability which links to https://dom.spec.whatwg.org/#observing-event-listeners Blink seems to also apply this same logic to wheel events, but that is not described in https://w3c.github.io/uievents/. It probably should be. -- 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/uievents/issues/282
Received on Thursday, 12 November 2020 23:04:47 UTC