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

The table seems to use the same structure as in https://html.spec.whatwg.org/multipage/webappapis.html#event-handlers-on-elements%2C-document-objects%2C-and-window-objects but confusingly defines "snapChanged" and "snapChanging" as an event handlers for `scroll` events (on which objects?). i.e.: 

```
obj.snapChanged = e => console.assert(e.type === "scroll")
```

It looks like implementation has started in Chromium, so addressing the naming at least would be good.
https://bugs.chromium.org/p/chromium/issues/detail?id=1456339
https://bugs.chromium.org/p/chromium/issues/detail?id=1494892

-- 
GitHub Notification of comment by zcorpan
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7442#issuecomment-1822981759 using your GitHub account


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

Received on Wednesday, 22 November 2023 15:24:59 UTC