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

It sounds unfortunate that WebKit/Blink has a bug, however, making mouseenter/leave uncomposed sounds a huge breaking change to me.

> But that is not the point of this bug, but whether we want *enter/leave events inside shadow DOM to be visible to the light DOM.

I think *enter/leave events have a related target, so the event shouldn't be visible to light dom if both event's target and relatedtarget are inside of a shadow tree. I think an event path calculation *stops* at the point where re-targeted target and relatedtarget become same.

-- 
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-413759152

Received on Friday, 17 August 2018 05:10:05 UTC