w3c / uievents

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

Specify WheelEvent.wheelDelta / wheelDeltaX / wheelDeltaY #305

Open emilio opened 3 years ago

emilio commented 3 years ago

WebKit and Blink implement this IEism, and I'm implementing it in Gecko in https://bugzilla.mozilla.org/show_bug.cgi?id=1708829, so probably should become part of the spec.

masayuki-nakano commented 3 years ago

Well, but as you know, it's difficult to declare what the value means...

foolip commented 3 years ago

IEism

Not that it matters at this point, but testing http://staging-dot-mdn-bcd-collector.appspot.com/tests/api/WheelEvent in IE11 suggests these properties weren't in IE. I guess they originated in WebKit, but haven't confirmed.