- From: Koji Ishii <notifications@github.com>
- Date: Thu, 16 Jun 2016 03:14:30 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Thursday, 16 June 2016 10:14:56 UTC
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