[Bug 21220] New: [Custom]: document.register() should not allow custom element name duplication

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21220

            Bug ID: 21220
           Summary: [Custom]: document.register() should not allow custom
                    element name duplication
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: morrita@google.com
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968

Current document.register() definition [1] defines uniqueness based on
"TYPE and NAME and NAMESPACE", it allows custom elements which have
same TYPE(custom element name) but different NAME(local name)s.
This is confusing. It'd better to ensure TYPE uniqueness.

[1]
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#extensions-to-document-interface

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 8 March 2013 08:49:26 UTC