- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 09 Nov 2016 21:42:48 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 10 November 2016 05:43:21 UTC
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