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

Ah, okay, then this issue is about step 6.3. having to read instead:
> Otherwise, if *parent* is *relatedTarget*'s root, then set *parent* to null.

Basically, we can't stop immediately when parent and relatedTarget match in a tree. Instead, we need to keep going it up until the root of that very tree.

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

Received on Friday, 30 September 2016 07:29:22 UTC