Re: [webcomponents] [Shadow]: Need mechanism to tell if an element in a ShadowRoot has been inserted into the Document (bugzilla: 22141) (#81)

If the only use case of `Node.contains(node, {includeShadow/deep/orAnythingElse: true})` is to answer the original question, "element is inserted into a document, deeply", how about adding more `node.inDocumentDeeply`, or something else, instead of updating `contains` method?


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/81#issuecomment-174625060

Received on Monday, 25 January 2016 19:12:35 UTC