Re: [w3c/webcomponents] Proposal: Allow custom elements to be in any namespace (#634)

Just to be clear, custom elements and shadow DOM are orthogonal in terms of both specification and implementation.

The problem you describe has to do with shadow DOM, and is going to be a problem for shadow DOM even if you only allow HTML elements to be shadow hosts, as long as you put SVG elements in the shadow tree.  It seems completely unrelated to custom elements.

-- 
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/634#issuecomment-370565575

Received on Monday, 5 March 2018 21:07:07 UTC