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

By the way, `setAttribute` isn't case-insensitive.  It simply converts the qualified name to lowercase letters: https://dom.spec.whatwg.org/#dom-element-setattribute so if you happen to have an attribute with uppercase letters (which is possible), then `setAttribute` would not override that attribute.

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

Received on Thursday, 10 November 2016 06:15:48 UTC