On Fri, Jan 11, 2013 at 7:56 PM, Dimitri Glazkov <[email protected]> wrote: > On Fri, Jan 11, 2013 at 10:10 AM, Anne van Kesteren <[email protected]> wrote: >> On Fri, Jan 11, 2013 at 6:50 PM, Dimitri Glazkov <[email protected]> >> wrote: >>> Okay, so event path would be (in tree order): >>> >>> <a> -- [shadow root] -> .. -> <insertion point> -- <b> -- [shadow >>> root] -> .. -> <c> >>> >>> In this case, the adjustment happens twice, at <b> and <a>. >> >> Normally with <b> being a child of <a> there would not be any >> adjustment. > > Yup. I don't understand whether you're just agreeing with me or disagreeing :) > > With shadow trees in place, we need to let them react to events > happening in nodes, distributed to insertion points.
Is there any adjustment if offset* are computed on getting anyway? (Calling it adjustment if there's no actual adjustment (they're just relative to target) seems wrong.) -- http://annevankesteren.nl/
