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