- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 26 Apr 2017 10:11:57 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 April 2017 17:12:46 UTC
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