w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
147 stars 52 forks source link

Specify non-cancelable wheel events when there are no non-passive listeners #330

Closed zcorpan closed 2 years ago

zcorpan commented 2 years ago

Fixes #282

This uses the same language as in https://w3c.github.io/touch-events/#cancelability

The following tasks have been completed:

Implementation commitment:

zcorpan commented 2 years ago

I've removed mousewheel for this PR. It can be added back as part of fixing #331

garykac commented 2 years ago

Thanks!