[w3c/uievents] Document the cancelability of wheel events (#282)

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