- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 03 Mar 2016 05:21:12 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 3 March 2016 13:21:52 UTC
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