File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments