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

With qualified names you could still have the same string appear multiple times, do we just live with that? It would be nice if one didn't have to resort to `NamedNodeMap` to guarantee that all attributes are found, but I see no other way to give that guarantee than to have a namespace+localName tuple :(

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

Received on Tuesday, 24 November 2015 09:47:47 UTC