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

The problem here is that the custom element constructor drops the prefix (in its qualified name) on an element name whereas other elements don't.  This also makes the behavior inconsistent with upgrading case in that the prefix will be preserved when an element with an existing prefix in its qualified name is upgraded.

-- 
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-260162670

Received on Sunday, 13 November 2016 02:35:21 UTC