Re: [w3c/uievents] Consider to make mouseenter/leave (and pointerenter/leave) uncomposed (#208)

Thanks.
I confirmed that Blink fires `mouseenter` events on all shadow-including descendants, [B, C, shadow-root1, D, E, shadow-root-2, F, G], for the case 1. I confirmed that using https://jsfiddle.net/eu1pn7Lx/21/.

I also found that it is difficult to tell how `mouseenter` event's relatedtarget is set there. :(
Thus, it could happen that a shadow host can receive more than one `mouseenter` at TARGET phase.

Given that UA already fires `mouseenter` events on all shadow-including descendants, I support to make *enter/*leave event non-composed.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/208#issuecomment-414883044

Received on Wednesday, 22 August 2018 02:07:25 UTC