[svgwg] Issue: SVG 2 onwheel event name mismatch (#627) marked as Interactivity chapter

AmeliaBR has just labeled an issue for https://github.com/w3c/svgwg as "Interactivity chapter":

== SVG 2 onwheel event name mismatch ==
From Steven Benoit [on www-svg](https://lists.w3.org/Archives/Public/www-svg/2019Jan/0007.html):

> In the current editor's draft of SVG 2, the attributes index here:
>     https://svgwg.org/svg2-draft/attindex.html#RegularAttributes
> lists an "onmousewheel" event.
> 
> The actual event name is "wheel" rather than "mousewheel" as shown here:
>     https://www.w3.org/TR/uievents/#event-type-wheel
>     https://html.spec.whatwg.org/multipage/indices.html#events-2
> 
> The HTML 5.2 spec (and 5.3 draft) correctly lists the "onwheel" event attribute:
>     https://www.w3.org/TR/html/dom.html#global-attributes

I suspect this is just an error in the spec, but we should probably double-check that no one supports `onmousewheel`.

See https://github.com/w3c/svgwg/issues/627

Received on Friday, 11 January 2019 22:44:52 UTC