Re: [dom] setAttribute() needs to lowercase for HTML nodes in HTML documents. Fixes #31 (afe5b5e)

Hmm what will break step 4.? Above I'm mean change only:

3. Let attribute be the result of getting an attribute given name and the context object. 
to 
3. Let attribute be the first attribute in context object's attribute list whose name is name, and null otherwise.  

all other steps will be the same.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/commit/afe5b5ef133185f9273cc987273cfc9f35b41ba4#commitcomment-11635854

Received on Thursday, 11 June 2015 15:04:29 UTC