FYI: onmousewheel replaced by onwheel

Following the alignment of implementations to use "wheel" rather than 
"mousewheel", I proposed a PR [1] yesterday that got merged today.

[[
interface GlobalEventHandlers {
[...]
   attribute EventHandler onwheel;
[...]
]]
http://www.w3.org/TR/html51/webappapis.html#handler-onwheel

It may well be that UI Events now has to align itself however following 
a comment from Travis but that's a separate bug imho that shouldn't 
impact HTML.

Philippe

[1] https://github.com/w3c/spork/pull/13

Received on Thursday, 9 July 2015 15:56:34 UTC