[Bug 18914] New: [Custom]: <element> description should be aware of dynamic insertion

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

           Summary: [Custom]: <element> description should be aware of
                    dynamic insertion
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: morrita@google.com
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 14968


Currently it isn't clear how <element> behaves when it is dynamically inserted
into the tree by a script.
But it should be aware of that.

Here is why:
I'm trying to describe coming Web Components "packaging" feature in terms of 
XHR and <element> tree implantation, from the XHR.response document to the host
document. 
i.e. We can explain packaging by moving <element> nodes from XHR document to
the host document,
which should (IMO) trigger a series of custom element instantiation.

For make this happen, we need to clarify it.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 19 September 2012 08:41:00 UTC