- From: Navid Zolghadr via GitHub <sysbot+gh@w3.org>
- Date: Tue, 07 Jan 2020 20:19:42 +0000
- To: public-css-archive@w3.org
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