You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is most clearly demonstrated when inserting a DocumentFragment node, but maybe there are similar scenarios I don't know about. Basically, the elements are inserted first, one by one, and then executed, one by one. This requires looping over the inserted elements twice. Probably once with a "disable script flag" and once without.
@smaug---- might have some ideas around designing this in a different way.
This came out of review in #1100 which indicated that currently this is not really defined properly at all.