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

> The biggest open question, which we could use some help on, is what to do with the -NS variants, createElementNS and createAttributeNS/setAttributeNS.

Those are the variants you would actually use internally, as you don't want to use setAttribute() which is rather odd when it comes to namespaces. 

> (I'm surprised SVG elements care what namespace their attributes are in...)

HTML elements care too. Say more.

-- 
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-297475871

Received on Wednesday, 26 April 2017 17:01:20 UTC