- From: <bugzilla@jessica.w3.org>
- Date: Wed, 10 Jul 2013 00:20:54 +0000
- To: public-webapps-bugzilla@w3.org
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