Re: [webcomponents] Type extensions in SVG use shadow trees--specify, or add a note if no specification is necessary (#335)

Elsewhere we decided that this doesn't work for now. All custom elements are HTML elements. Shadow roots can only be attached to a select few HTML elements (including custom elements).

We might extend the HTML parser so HTML custom elements can be used inside SVG.

How SVG `use` works is up to the SVG WG to define. They can easily make use of a closed shadow root to describe it.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/335#issuecomment-202289748

Received on Monday, 28 March 2016 07:57:15 UTC