Skip to content

Commit 2e1ca9c

Browse files
committed
[css-contain-2] Fix reference to HTML algo step, since it moved.
1 parent f0ae2be commit 2e1ca9c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

css-contain-2/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,14 +1466,16 @@ Restrictions and Clarifications {#cv-notes}
14661466
after the requestAnimationFrame callbacks
14671467
of the frame that renders the effects of the change
14681468
have run.
1469-
Specifically, such changes will take effect right after
1470-
step 11 of <a href="https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering">Update the Rendering</a> step of the Processing Model.
1469+
Specifically, such changes will take effect between steps 12 and 13
1470+
of <a href="https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering">Update the Rendering</a> step of the Processing Model
1471+
(between [=run the animation frame callbacks=]
1472+
and [=run the update intersection observations steps=]).
14711473

14721474
<div class=note>
14731475
Determining the viewport intersection of the element
14741476
can be done with an internal version of an IntersectionObserver.
14751477
However, since the observations from this are dispatched at
1476-
step 12 of Update the Rendering,
1478+
step 13 of Update the Rendering,
14771479
any changes to the [=skipped contents|skipped=] (and thus painted) state
14781480
will not be visible to the user until the next frame's processing.
14791481
For this reason, updating the [=skipped contents|skipped=] state,

0 commit comments

Comments
 (0)