Re: [dom] Make Attr a Node again (#102)

Also, for Edge this would simplify quite a bit of code. Our tree stores all other node types the same way, but Attr is special and is not stored in the tree itself. So this means we have virtual overrides and double checks for all cases where an Attr is being used since most tree algorithms is cannot participate in.

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

Received on Monday, 14 March 2016 20:24:08 UTC