Re: [dom] Provide getAttributeNames() which returns an Array<DOMString> (#115)

I think we should just return the qualified names, those are the property names NamedNodeMap already exposes and what most algorithms operate on.

If you just stick to namespaceless attributes as you should, there will be no issue.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/115#issuecomment-159205060

Received on Tuesday, 24 November 2015 09:22:06 UTC