Re: [w3c/webcomponents] components v1 native implementation - inner components problem (#615)

That's the intended behavior. You can't assume a particular tree at construction time or insertion time as custom elements can also be created via `document.createElement("tag-1")` or `new tag1`.

-- 
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/615#issuecomment-314094944

Received on Monday, 10 July 2017 12:47:48 UTC