This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I'm not sure exactly how this should look, but we need to scope custom element registrations. Otherwise, importing two unrelated libraries will lead to their internals stomping on each other if they happen to register elements internally that use the same name, e.g. 'output' or something generic like that.
The hard part here is the interaction with parsing....
Moved to https://github.com/w3c/webcomponents/issues/156