Re: [webcomponents] When does the base element queue matter? (#457)

Yes. In that case an element queue is pushed onto the stack when you enter the innerHTML setter. When you exit the innerHTML setter, the current element queue popped is the one you just pushed, and that is the one that gets executed.


---
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/457#issuecomment-201142953

Received on Friday, 25 March 2016 05:28:46 UTC