Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions resize-observer-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,11 @@ Content rect for the <a>SVGGraphicsElement</a>s without CSS layout boxes is a re

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

<p class="note">
The following algorithms are invoked as a part of [=update the rendering=] in the html spec:
<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>.
</p>

<h4 id="gather-active-observations-h">Gather active resize observations at depth</h4>

It computes all active resize observations for a |document|. To <dfn>gather active resize observations at depth</dfn>, run these steps:
Expand Down