RE: Shadow DOM and SVG use elements

2015-10-26 Thread LĂ©onie Watson
> From: Travis Leithead [mailto:travis.leith...@microsoft.com] > Sent: 24 October 2015 04:42 > Well, since SVG 'use' is mostly about replicating the composed tree anyway, > it seems that is should probably render the composed tree--e.g., this seems > natural, because use would "replicate" the host

Re: Shadow DOM and SVG use elements

2015-10-23 Thread Elliott Sprehn
On Fri, Oct 23, 2015 at 12:42 PM, Travis Leithead < travis.leith...@microsoft.com> wrote: > Well, since SVG 'use' is mostly about replicating the composed tree > anyway, it seems that is should probably render the composed tree--e.g., > this seems natural, because use would "replicate" the host el

RE: Shadow DOM and SVG use elements

2015-10-23 Thread Travis Leithead
Well, since SVG 'use' is mostly about replicating the composed tree anyway, it seems that is should probably render the composed tree--e.g., this seems natural, because use would "replicate" the host element, which would then render it's shadow DOM. The interactivity behaviors associated with th