Re: [csswg-drafts] [cssom-view] which elements' pointer-events to look at when performing scroll gestures (#4695)

My understanding is that scroll effectively bubbles up the DOM tree in the same way as a bubbling event. I.e. we should determine the element that was hit (considering `pointer-events`) and then the element which is scrolled is the nearest ancestor which can scroll in the given direction respecting the `touch-action` restrictions if using touch or stylus and `overscroll-behavior` when bubbling (or chaining) past a scrolling box.

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


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

Received on Monday, 6 February 2023 20:40:44 UTC