Re: [w3c/webcomponents] CustomElementRegistry.prototype.get() and case sensitivity (#604)

As far as I can tell as implemented, it's not case-insensitive:
https://html.spec.whatwg.org/#dom-customelementregistry-get

> When invoked, the get(name) method must run these steps:
>  1. If this CustomElementRegistry contains an entry with name name, then return that entry's constructor.
>  2. Otherwise, return undefined.


-- 
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/604#issuecomment-259606361

Received on Thursday, 10 November 2016 05:43:21 UTC