https://www.w3.org/Bugs/Public/show_bug.cgi?id=27835
Bug ID: 27835 Summary: registerElement() should be scoped to modules Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: Component Model Assignee: dglaz...@chromium.org Reporter: i...@hixie.ch QA Contact: public-webapps-bugzi...@w3.org CC: m...@w3.org, public-webapps@w3.org 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. -- You are receiving this mail because: You are on the CC list for the bug.