Re: [w3c/webcomponents] Why do we really need hyphens? (#658)

If we had a [way to scope element names](https://github.com/w3c/webcomponents/issues/488), the problem could be solved. But I can't yet imagine how to polyfill a proposed solution, because the solution would have to somehow prevent the global `customElements` registry from working inside Shadow roots. Perhaps a new `customElements_sample` global registry would need to be created, where Custom Elements _and_ scoped per-shadow-root naming are implemented in entirety as a polyfill.

-- 
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/658#issuecomment-341859367

Received on Saturday, 4 November 2017 00:48:06 UTC