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

I recently noticed that SVG2 specs the behavior of unknown tags to act like `<g>`: https://www.w3.org/TR/SVG2/struct.html#UnknownElement

The problem is no browser implements this. If they did, we would be able to "polyfill" custom SVG elements much like we do with HTML 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-610021634

Received on Monday, 6 April 2020 20:33:43 UTC