Re: [w3c/webcomponents] HTMLElement.prototype.offsetParent leaks a node inside a shadow tree (#497)

It looks like Chrome returns `null` whenever the offset parent is inside a shadow tree.  I think a better change would be to return `null` if the offset parent is not an [unclosed node](http://w3c.github.io/webcomponents/spec/shadow/#dfn-unclosed-node) of the context object.

---
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/497#issuecomment-217594309

Received on Saturday, 7 May 2016 00:55:05 UTC