[Bug 16130] [Shadow]: Define what happens if a ShadowRoot is appended into an element as a child.

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

--- Comment #1 from Dimitri Glazkov <dglazkov@chromium.org> 2012-02-27 18:16:13 UTC ---
Are you sure we need to do anything here? ShadowRoot is a DocumentFragment
(since it inherits from a DocumentFragment), and there's a  pretty clear
algorithm of what should be done in DOM4 spec:
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-node-append

-- 
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 Monday, 27 February 2012 18:16:21 UTC