Re: [dom] setAttributeNode should not change order of existing attributes (#116)

Is the Gecko implementation pretty much step-by-step identical to the spec? If so I can see why it would complicate matters. In Blink there's first a search for the internal index of the attribute to replace, so the structure is quite different.

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

Received on Monday, 23 November 2015 15:22:48 UTC