Re: [csswg-drafts] HTMLElement.prototype.offsetParent leaks a node inside a shadow tree

@rniwa hum, that is a good point. So instead of returning *ancestor*, 
it should say:

If *ancestor*'s root is a shadow root, then return null. Otherwise, 
return *ancestor*.

?

-- 
GitHub Notification of comment by zcorpan
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/159#issuecomment-266368570 
using your GitHub account

Received on Monday, 12 December 2016 08:23:05 UTC