This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://dom.spec.whatwg.org/#queuing-a-mutation-record It's not clear what "continue" means here. In English, it would mean "continue to the next step", in most programming languages, it means "stop these steps and start them again on the next iteration".
I want it to mean the latter. Looping in Domenic for pipe dream ideas.
I've got nothing special. Maybe explicitly call out loops (using that word), and say e.g. "continue the loop." Dunno.
I just say to return to the top of the loop, or label the top of the loop and say to jump to that step.
https://github.com/whatwg/dom/commit/d3653ac38d388cf64d88f32439cae590c1658e9d Thanks!