[Bug 18542] onmousewheel attribute should be replaced with onwheel

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18542

--- Comment #12 from Masayuki Nakano <masayuki@d-toybox.com> ---
I sorted out and documented the legacy mousewheel event's delta value between
IE, Opera(Presto), Chrome and Safari. See the chaos of this event. HTML5
shouldn't refer this event. Instead of that, referring D3E wheel event is good
solution.

https://developer.mozilla.org/en-US/docs/DOM/DOM_event_reference/mousewheel#wheelDelta.2C_wheelDeltaX_and_wheelDeltaY_value

So, I strongly recommend that HTML5 spec should drop onmousewheel attribute and
add onwheel attribute.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 22 July 2013 08:40:42 UTC