Re: [csswg-drafts] [css-overscroll-scrollend-events] Content has no way of understanding whether it is being overscrolled or whether scroll has ended (#3801)

The element that is found as the scroll target in scroll chain will scroll and hence that same element should get the overscroll and scrollend event. In your example since the iframe is not scrollable in that direction anymore browser skips it and finds the first node in the scroll chain that is scrollable and scrolls that node. This scroll chaining logic is already specced in https://drafts.csswg.org/css-overscroll/#scroll-chaining


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

Received on Tuesday, 7 January 2020 20:19:43 UTC