Re: [w3c/webcomponents] Why does upgrade-an-element queue attribute, connected reactions before exiting early? (#523)

FYI, double-queueing upgrade reactions could also happen in fragment parser. [Create an element](https://dom.spec.whatwg.org/#concept-create-element) enqueues upgrade reactions for fragment parser where sync flag is unset. Then [inserting the node](https://dom.spec.whatwg.org/#concept-node-insert) tries to upgrade before the upgrade is invoked, which enqueues again.

We found innerHTML setter test case hits this.

---
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/523#issuecomment-226444849

Received on Thursday, 16 June 2016 10:14:56 UTC