Re: [w3c/webcomponents] Constructing a custom element synchronously drops prefix from its name (#607)

Because the html element constructor just looks up and uses the name used in `customElements.define`, not the one passed to `document.createElementNS`.

-- 
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/607#issuecomment-260162965

Received on Sunday, 13 November 2016 02:42:23 UTC