[csswg-drafts] [css-scroll-snap-2] snapChanged and snapChanging events are confusing and incomplete (#7442)

dontcallmedom has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-scroll-snap-2] snapChanged and snapChanging events are confusing and incomplete ==
https://drafts.csswg.org/css-scroll-snap-2/#snap-events seems two describe  two new events, `snapChanged` and `snapChanging`.

Confusingly, it describes them as "event handler" with an event type of `scroll`, but I'm not sure what this is supposed to mean.

This misses an IDL fragment that describes `on…` event handler (presumably on the `HTMLElement` interface, but maybe `GlobalEventHandlers` if the events are supposed to bubble).

The vast majority of event names are purely lowercase, so the event should probably be `snapchanged` and `snapchanging`.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7442 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 1 July 2022 08:22:52 UTC