From b0da8d31269485c5ff794912dff354c5d966900b Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 13 Jul 2017 15:59:20 -0400 Subject: [PATCH] Meta: export some event loop-related definitions This allows Bikeshed-using specifications to autolink to "event loop processing model" and to "update the rendering". A particular consumer is https://github.com/WICG/paint-timing. --- source | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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