Navid Zolghadr
Navid Zolghadr
> Hmm, so overscroll would be dispatched where in this iframe case? Say top level page can be scrolled but iframe has been scrolled to top already and one tries...
@smfr @smaug---- @SamFort-MSFT are we good on this?
what @smfr described in terms of the sequence is what we intended. Note that I already sent a [PL](https://github.com/w3c/csswg-drafts/pull/4537) for CSSOM View to spec this in place instead of the...
They do. Generally speaking scrollend is not matched with touchend. It is matched with the end of the scroll. So if there are continuation of the scroll due to fling...
I agree with what @smfr says. Basically my initial thought when I was proposing this was that we would report the same number of pixels we would have scrolled if...
What I have put in the [spec proposal](https://github.com/w3c/csswg-drafts/pull/4537) is what I mentioned above. I believe this is less confusing vs considering what spring like effect a browser uses. In the...
Since the last time I fixed a bug in Chromium after some discussion with @SamFort-MSFT as Chromium was not doing any sort of accumulation and it was only reporting the...