Re: [w3c/webcomponents] Is there a way to retrieve the localName from a custom element constructor? (#566)

I echo @domenic's sentiment. I had a chat with @treshugart offline and suggested changing Incremental DOM that would allow it to be agnostic to the element name when given a constructor. (It seems like it should be able to do a `elem.constructor === Ctor` check when diffing the DOM, rather than relying on some `elem.tagName === getName(Ctor)` logic.

-- 
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/566#issuecomment-247941274

Received on Monday, 19 September 2016 08:55:46 UTC