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

> > We'd object to adding this functionality for builtins as I've already mentioned during F2F.
> 
> I'm sorry, but I can't recall the specifics of that discussion. Can you summarize t

The objection are two folds:

 * `CustomElementRegistry` and `window.customElements` should be about custom elements, not builtin elements. None of existing methods do anything with builtin elements.
 * WebKit doesn't have a mapping of builtin element constructor objects to local names, and we don't want to introduce one just for this API.

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

Received on Wednesday, 23 October 2019 20:43:11 UTC