[Bug 22833] New: [Custom]: Declarative syntax does not account for out-of-order declarations

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

            Bug ID: 22833
           Summary: [Custom]: Declarative syntax does not account for
                    out-of-order declarations
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: dglazkov@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968

In
http://parkour.mtv/webcomponents/spec/custom/index.html#dfn-create-custom-element-declaration,

"If BASE is empty, let INTERFACE be HTMLElement
Otherwise, let INTERFACE be the element interface for BASE and HTML Namespace"

Suppose that the BASE is also a custom element, and its declaration hasn't been
loaded yet. This will turn this declaration into a dud. That's bad.

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

Received on Monday, 29 July 2013 21:08:38 UTC