[Bug 27835] New: registerElement() should be scoped to modules

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: dglazkov@chromium.org
          Reporter: ian@hixie.ch
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@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 the QA Contact for the bug.

Received on Wednesday, 14 January 2015 23:31:01 UTC