- From: <bugzilla@jessica.w3.org>
- Date: Mon, 20 Aug 2012 21:45:50 +0000
- To: public-webapps-bugzilla@w3.org
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