diff --git a/source b/source index 819b7af82b8..99c10c2af99 100644 --- a/source +++ b/source @@ -88557,7 +88557,8 @@ dictionary PromiseRejectionEventInit : EventInit { microtask checkpoint flag, which must initially be false. It is used to prevent reentrant invocation of the perform a microtask checkpoint algorithm.

-
Processing model
+
Processing model

An event loop must continually run through the following steps for as long as it @@ -88585,9 +88586,9 @@ dictionary PromiseRejectionEventInit : EventInit {

  • Microtasks: Perform a microtask checkpoint.

  • -

    Update the rendering: If this event loop is a browsing - context event loop (as opposed to a worker - event loop), then run the following substeps.

    +

    Update the rendering: If this event loop is a + browsing context event loop (as opposed to a worker event loop), then run the following substeps.

    1. Let now be the value that would be returned by the Performance