Re: [csswg-drafts] [css-om-view] How do mousewheel events propagate? (#4680)

After enhancing the test case, we see that in WebKit/Blink, ancestor scrollers do get the wheel events (i.e. they propagate as normal DOM events), but receiving the event is not equivalent to scrolling.

So scrolling happens on a different code path to DOM event propagation, and this is not specified.

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

Received on Saturday, 18 January 2020 00:40:35 UTC