13:33
<Maxim Vaarwel>
Hello everyone. Could somebody explain one thing that is used in html spec named custom element reactions stack. What are that cases which form stack from many element queue? For example this decorator https://html.spec.whatwg.org/#cereactions uses actions at first "push" and then "pop" with stack, between actions it says: "Run the originally-specified steps for this construct...". But how that step can increase size of custom element reactions stack?