Re: [w3c/webcomponents] Define order for attributeChangedCallback invocation? (#474)

> So you're saying if I do el.setAttribute("x", "x"); el.setAttribute("y", "y") for some values of x and y Gecko will have el.attributes[0].name === "y"?

Correct.  And you're correct that the spec does not currently have any such concept; Gecko is not technically following the spec for the `setAttribute` case.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/474#issuecomment-205554246

Received on Tuesday, 5 April 2016 00:10:28 UTC