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