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

Basically upgrades, e.g., an `innerHTML` set or a `createElement()` call, followed by various `setAttribute()` calls, followed by `customElements.define()`, followed by insertion. I think in both cases attribute order is not guaranteed by browsers. My hope has always been that we could require logical order for the parser and insertion order for the attribute list, but there have been objections to that in the past.

---
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-203450072

Received on Wednesday, 30 March 2016 14:12:41 UTC