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

(Maybe a good way to implement (1) is to check that the passed constructor's realm's global object is equal to the context object's associated window. So `otherWindow.defineElement("x-tag", XTagDefinedInDifferentGlobal)` just fails. It's not 100% but it seems like a good sanity check. Probably in addition to the proto-walking @rniwa proposed a few times.)

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

Received on Thursday, 3 March 2016 13:23:43 UTC