[csswg-drafts] [cssom-view-1] Type of event to append to pending scroll events when an element gets scrolled? (#12924)

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

== [cssom-view-1] Type of event to append to pending scroll events when an element gets scrolled? ==
In [Scrolling](https://drafts.csswg.org/cssom-view-1/#scrolling-events), the algorithm for "Whenever an element gets scrolled (whether in response to user interaction or by an API)" has:

3. If the element is already in doc’s [pending scroll events](https://drafts.csswg.org/cssom-view-1/#document-pending-scroll-events), abort these steps.
4. Append the element to doc’s [pending scroll events](https://drafts.csswg.org/cssom-view-1/#document-pending-scroll-events).

But the pending scroll events list stores pairs of (`EventTarget`, `DOMString`), not only an event target. What type of event should be added to the list along with the element?

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


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

Received on Thursday, 9 October 2025 17:40:14 UTC