[Bug 20567] Change [[Prototype]] for concept-node-adopt?

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

--- Comment #22 from Dimitri Glazkov <dglazkov@chromium.org> ---
(In reply to comment #21)
> (In reply to comment #20)
> 
> Can you clarify under what conditions append followed by remove wouldn't
> work?

I think what he meant is that if "elem" is in Frame A, and x is in Frame B,
appending "x" to "elem" will result in creation and insertion of a new element
(let's call it "xA") as a child of "elem", so subsequent attempts to remove "x"
from "elem" will do nothing, since "x" won't actually be a child of "elem".

Jonas, is this what you meant?

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

Received on Thursday, 25 July 2013 22:27:39 UTC