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

> As far as I can tell and implemented, it's not case-insensitive:

As a consumer of the APIs, I would assume case-insensitive because it would seem that's how other parts of the DOM API behave. For example `querySelector()` and `setAttribute()`. Furthermore, if someone were to register `X-ELEMENT`, and it still upgrades `<x-element />`, but when you try and `get('x-element')` it returns `null`, then that would seem odd.

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

Received on Thursday, 10 November 2016 06:02:57 UTC