Re: [w3c/uievents] Add mousewheel to the "Legacy Event Types" section (Issue #331)

I think WebKit and Chromium has some logic for only firing one of `wheel` *or* `mousewheel` depending on which event listeners are present (only `wheel` if both are present). I assume this is needed for web compat since pages may listen for both events but only expect one of them, not both.

- [Demo for both listeners present](http://software.hixie.ch/utilities/js/live-dom-viewer/saved/10429)
- [Demo for only mousewheel listener present](http://software.hixie.ch/utilities/js/live-dom-viewer/saved/10430)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/331#issuecomment-1171005798
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/331/1171005798@github.com>

Received on Thursday, 30 June 2022 09:50:57 UTC