[Bug 20488] [Custom]: Need to define what happens when nodes are adopted into or out of documents that have custom element definitions

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

--- Comment #4 from Dimitri Glazkov <dglazkov@chromium.org> ---
Okay, starting with the easy ones: cloning a node sort of works as spec'd. The
step 2 of http://dom.spec.whatwg.org/#concept-node-clone says "Let copy be a
node that implements the same interfaces as node". This implies (probably) that
a new node is constructed using steps from createElementNS or something, which
means that the we'll just get a different element interface if new node
document's registration context is different.

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

Received on Wednesday, 10 July 2013 00:20:55 UTC