Re: [whatwg/dom] Make element and attribute names behave like the HTML parser (#449)

I mean browsers. Browsers definitely care about the namespace of an attribute. And the problem with `setAttribute()` is that it doesn't care, so you might be accidentally overwriting a value of a namespaced attribute, while you were just trying to set a non-namespaced attribute. (This is only a problem for frameworks of course, and only for those that care about usually theoretical scenarios.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/449#issuecomment-297479306

Received on Wednesday, 26 April 2017 17:12:46 UTC