- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 26 Apr 2017 10:25:17 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 April 2017 17:25:50 UTC
Ah, very interesting. Browsing https://developer.mozilla.org/en-US/docs/Web/SVG/Namespaces_Crash_Course, it appears that people use namespaces for `xlink:href` mostly. This makes me lean toward not caring about the -NS methods for attributes at all as people should mostly only have to use them for `xlink:href`, which [is going away](https://twitter.com/dstorey/status/700425693524414467). They can just use the null namespace for all attributes most of the time, which means only using createAttribute/setAttribute. I guess that still leaves createElementNS though, and we maybe should make the attribute-NS methods consistent with that. So, what should our answer be for createElementNS? -- 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-297482956
Received on Wednesday, 26 April 2017 17:25:50 UTC