Re: [w3c/webcomponents] The get-the-parent algorithm shouldn't return null until we reach the root of the current tree (#577)

Thanks. Let me update the spec.

BTW, I have found another (orthogonal) bug in the spec.

For example, when a mouse pointer moves from an element in a shadow tree to its shadow host,
a "mouseover" event should not be dispatched on the shadow host. In this case, the event path should be empty. However, the current spec allows a non-empty event path. That's an unintentional bug to me. Let me fix these together.


-- 
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/webcomponents/issues/577#issuecomment-251044653

Received on Monday, 3 October 2016 07:40:52 UTC