You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-contain-2/Overview.bs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1466,14 +1466,16 @@ Restrictions and Clarifications {#cv-notes}
1466
1466
after the requestAnimationFrame callbacks
1467
1467
of the frame that renders the effects of the change
1468
1468
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=]).
1471
1473
1472
1474
<div class=note>
1473
1475
Determining the viewport intersection of the element
1474
1476
can be done with an internal version of an IntersectionObserver.
1475
1477
However, since the observations from this are dispatched at
1476
-
step 12 of Update the Rendering,
1478
+
step 13 of Update the Rendering,
1477
1479
any changes to the [=skipped contents|skipped=] (and thus painted) state
1478
1480
will not be visible to the user until the next frame's processing.
1479
1481
For this reason, updating the [=skipped contents|skipped=] state,
0 commit comments