Re: SVG 2 onwheel event name mismatch

Thanks for the catch.

At a glance, it looks like a simple error. (Maybe copied from an earlier
HTML/UIEvents draft?) I've added an issue to our GitHub tracker so that we
can follow-up:
https://github.com/w3c/svgwg/issues/627

~ABR

On Fri, 11 Jan 2019 at 15:30, Steven Benoit <benoit@math.colostate.edu>
wrote:

> I hope this is the proper forum for editorial comments on the SVG spec...
>
> 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
>
> --
>
> Best regards,
> Dr. Steve Benoit
>
> Assistant Professor
> Department of Mathematics
> Colorado State University
>

Received on Friday, 11 January 2019 22:47:12 UTC