[Bug 21825] New: [Custom]: Specify or comment on node adoption--does element initialization happen?

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

            Bug ID: 21825
           Summary: [Custom]: Specify or comment on node adoption--does
                    element initialization happen?
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: dominicc@chromium.org
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968

The spec speaks to createElement, createElementNS, and tree construction during
parsing. But DOM operations such as cloneNode, appendChild, adoptNode, etc.
also create elements. Custom Elements should specify when lifecycle callbacks
run in these cases.

If they don't run (assumed, given the status quo) some commentary about which
DOM operations *won't* trigger lifecycle events would be useful to guide
implementations and authors.

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

Received on Thursday, 25 April 2013 08:38:32 UTC