From 3113ae01c3256ee2b50be00fc55d6f89e0c82f74 Mon Sep 17 00:00:00 2001 From: Johannes Odland Date: Fri, 5 Jul 2024 20:39:51 +0200 Subject: [PATCH] [resize-observer] Add note about invocations from update the rendering loop in the html spec --- resize-observer-1/Overview.bs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resize-observer-1/Overview.bs b/resize-observer-1/Overview.bs index a1b146f06ea..e14e7670cf7 100644 --- a/resize-observer-1/Overview.bs +++ b/resize-observer-1/Overview.bs @@ -393,6 +393,11 @@ Content rect for the SVGGraphicsElements without CSS layout boxes is a re

Algorithms

+

+The following algorithms are invoked as a part of [=update the rendering=] in the html spec: +gather active resize observations at depth, has active resize observations, has skipped resize observations, broadcast active resize observations and deliver resize loop error notification. +

+

Gather active resize observations at depth

It computes all active resize observations for a |document|. To gather active resize observations at depth, run these steps: