[csswg-drafts] [cssom-view] Remove incorrect spec prose "emit the scrollend event" (#8397)

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

== [cssom-view] Remove incorrect spec prose "emit the scrollend event" ==
https://w3c.github.io/csswg-drafts/cssom-view/#perform-a-scroll

> \.\.\.then perform a smooth scroll of box to position\. Once the position has finished updating, emit the scrollend event\. Otherwise, perform an instant scroll of box to position\. After an instant scroll emit the scrollend event\.
> 

> 
> Note:​ In the case the VisualViewport was scrolled, yielding no translation changes in the document, emit the scrollend on the VisualViewport just as the scroll event is emitted for VisualViewport scrolling\.

This algorithm shouldn't say to fire `scrollend` events, as that is done in https://w3c.github.io/csswg-drafts/cssom-view/#scrolling-events

If you want, you can include a note that *clarifies* where events are fired, without sounding like requirements. (See https://wpc.guide/skills/#building-blocks-of-a-spec)

cc @emilio @dlrobertson @argyleink

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


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

Received on Friday, 3 February 2023 07:38:49 UTC