Re: [webcomponents] Change registries to be per document and never shared between documents (#369)

Yeah, but you can't register custom text nodes in a variety of documents. It's always unambiguous when you do `new someWindow.Text()` what document that will correspond to. If you do `someWindow.defineElement("x-tag", XTag)` and then `new otherWindow.XTag()` we have a IMO fatal ambiguity. It needs to be mandatory to clear up that ambiguity (2), or we need to eliminate the ambiguity (1).

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

Received on Thursday, 3 March 2016 13:21:52 UTC