[csswg-drafts] [cssom-view] Scrollend event is not specified to be fired after the last scroll (#9582)

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

==  [cssom-view] Scrollend event is not specified to be fired after the last scroll ==
The [Scrolling](https://drafts.csswg.org/cssom-view/#scrolling-events) section states:

> Whenever an element gets scrolled (whether in response to user interaction or by an API), the user agent must run these steps:
>    1. Let doc be the element’s [node document](https://dom.spec.whatwg.org/#concept-node-document).
>    2. If the element is already in doc’s [pending scroll event targets](https://drafts.csswg.org/cssom-view/#document-pending-scroll-event-targets), abort these steps.
>    3. Append the element to doc’s [pending scroll event targets](https://drafts.csswg.org/cssom-view/#document-pending-scroll-event-targets).
>
> ...
>
> Whenever scrolling is [completed](https://drafts.csswg.org/cssom-view/#scroll-completed), the user agent must run these steps:
> For each scrolling box box that was scrolled:
> ...
>  3. Append target to doc’s [pending scrollend event targets](https://drafts.csswg.org/cssom-view/#document-pending-scrollend-event-targets).

I could be mistaken, but I don't see anything that specifies that a `scrollend` event should be fired _after_ the last `scroll` event. Should that be explicitly specified here?

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


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

Received on Thursday, 9 November 2023 17:56:35 UTC