[whatwg/dom] window.composedPath() should not return every items in path (#326)

According to the current composedPath() definition, window.composedPath() would
return every items, even if the item's root is a closed shadow root, because
window is not a node.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/326

Received on Tuesday, 13 September 2016 08:44:39 UTC