Re: [whatwg/dom] "Attr? setAttributeNode(Attr attr);" (#205)

As I wrote earlier it depends on how you work with attributes. But in practice attrs not participates in tree so you don't get mixed other nodes with attrs, you don't have to verify attrs. And there are plans to stop inherits Attr from Node (still discussion https://github.com/whatwg/dom/issues/102). Start thinking about the attributes not as the nodes because it was a mistake which is hard to correct now.

---
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/issues/205#issuecomment-206871316

Received on Thursday, 7 April 2016 12:44:13 UTC