[Bug 18513] [Shadow]: Consider re-projecting children in nested shadow DOM subtrees

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

--- Comment #7 from Dimitri Glazkov <dglazkov@chromium.org> 2012-08-20 21:45:50 UTC ---
Here's the modification that would be necessary to make this happen.

Replace of (3) in tree composition algorithm with: 

For each child node of HOST
    Let CHILD be this node
    If CHILD is an insertion point:
        Add results of a tree composition algorithm of this insertion point's
shadow DOM subtree to POOL
        Otherwise, add CHILD to POOL

Basically, this builds a recursive traversal of the nesting trees into the
algorithm.

-- 
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, 20 August 2012 21:45:51 UTC