Re: Shadow tree style isolation primitive

On Fri, Jan 9, 2015 at 8:08 AM, Dimitri Glazkov <dglazkov@google.com> wrote:
> Here's an attempt from 2012. This approach doesn't work (the "trivial
> plumbing" mentioned in the doc is actually highly non-trivial), but maybe it
> will give some insights to find the right a proper solution:
>
> https://docs.google.com/document/d/1x2CBgvlXOtCde-Ui-A7K63X1v1rPPuIcN2tCZcipBzk/edit?usp=sharing

tl;dr: Cramming a subtree into a TreeScope container and then hanging
that off the DOM would do the job "for free" (because it bakes all
that functionality in).

Received on Friday, 9 January 2015 21:12:27 UTC