Re: [csswg-drafts] [cssom-view] Fire scrollend consistently in cases where there is no scrolling. (#8218)

So there is a note that calls this out that no scrolling produces no scrollend, but if I read the normative text from https://drafts.csswg.org/cssom-view/#scrolling it sounds as if scrollend is always emitted.

I.e. taking the instant case (because it's simpler), the following steps must be run:
1. [Abort](https://drafts.csswg.org/cssom-view/#smooth-scroll-aborted) any ongoing [smooth scroll](https://drafts.csswg.org/cssom-view/#concept-smooth-scroll) for box.
2. perform an [instant scroll](https://drafts.csswg.org/cssom-view/#concept-instant-scroll) of box to position. After an instant scroll emit the scrollend event.

This needs normative text to say something like if the scroll position was not originally "position" then emit a scrollend event.

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


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

Received on Tuesday, 13 December 2022 18:00:29 UTC