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

@bzbarsky this is so that the flow for upgrades and synchronously created elements is reasonably similar in terms of setting up the internals. Otherwise the constructor would have to iterate over the attributes and invoke attributeChangedCallback for each of them in the upgrade case (assuming you want to share that initialization code).

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

Received on Wednesday, 30 March 2016 15:54:28 UTC