Shadow DOM and SVG use elements

Hi all,

What should happen when a SVG use element references an element (or its ancestor) with a shadow root?

Should the use element show the composed tree underneath it or ignore shadow DOM altogether?

I'm a little inclined towards the former (uses the composed tree).

- R. Niwa

Received on Friday, 23 October 2015 01:17:12 UTC