Skip to content

Commit df9412b

Browse files
johannesodlandfantasai
authored andcommitted
Apply suggestion from @fantasai
Co-authored-by: fantasai <fantasai.bugs@inkedblade.net>
1 parent 979c887 commit df9412b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

resize-observer-1/Overview.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,12 @@ 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>
398+
Note: The following algorithms are invoked as a part of [=update the rendering=] in the html spec:
399+
<a>gather active resize observations at depth</a>,
400+
<a>has active resize observations</a>,
401+
<a>has skipped resize observations</a>,
402+
<a>broadcast active resize observations</a>
403+
and <a>deliver resize loop error notification</a>.
402404

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

0 commit comments

Comments
 (0)