- From: Dan Robertson via GitHub <sysbot+gh@w3.org>
- Date: Fri, 18 Nov 2022 21:12:56 +0000
- To: public-css-archive@w3.org
dlrobertson has just created a new issue for https://github.com/w3c/csswg-drafts: == [cssom-view] VisualViewport should probably also include onscrollend == ## Summary The [VisualViewport](https://drafts.csswg.org/cssom-view/#the-visualviewport-interface) defines [onscroll](https://drafts.csswg.org/cssom-view/#dom-visualviewport-onscroll), but does not include `onscrollend`. ## Implementation notes Currently the `scrollend` implementations for Chrome and Firefox will fire a `scrollend` event for a user scroll that stays within the layout viewport to the `Document`, but should probably fire to `Window.visualViewport` instead. Currently this is a case where `scrollend` can be fired to the window without a preceding `scroll`. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8103 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 18 November 2022 21:12:58 UTC