Skip to content

Commit 979c887

Browse files
johannesodlandemilio
authored andcommitted
[resize-observer] Add note about invocations from update the rendering loop in the html spec
1 parent 631cc63 commit 979c887

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resize-observer-1/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@ Content rect for the <a>SVGGraphicsElement</a>s without CSS layout boxes is a re
395395

396396
<h3 id="algorithms">Algorithms</h3>
397397

398+
<p class="note">
399+
The following algorithms are invoked as a part of [=update the rendering=] in the html spec:
400+
<a>gather active resize observations at depth</a>, <a>has active resize observations</a>, <a>has skipped resize observations</a>, <a>broadcast active resize observations</a> and <a>deliver resize loop error notification</a>.
401+
</p>
402+
398403
<h4 id="gather-active-observations-h">Gather active resize observations at depth</h4>
399404

400405
It computes all active resize observations for a |document|. To <dfn export lt="gather active resize observations at depth | gather active resize observations">gather active resize observations at depth</dfn>, run these steps:

0 commit comments

Comments
 (0)