Skip to content

Commit 3bdf7d0

Browse files
committed
[css-contain-2] Fix broken reference to HTML
1 parent 5d12b6a commit 3bdf7d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-contain-2/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,10 +1573,10 @@ Restrictions and Clarifications {#cv-notes}
15731573
after the requestAnimationFrame callbacks
15741574
of the frame that renders the effects of the change
15751575
have run.
1576-
Specifically, such changes will take effect between steps 12 and 13
1576+
Specifically, such changes will take effect between steps 13 and 14
15771577
of <a href="https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering">Update the Rendering</a> step of the Processing Model
1578-
(between [=run the animation frame callbacks=]
1579-
and [=run the update intersection observations steps=]).
1578+
(between run the animation frame callbacks
1579+
and run the update intersection observations steps).
15801580

15811581
<div class=note>
15821582
Determining the viewport intersection of the element

0 commit comments

Comments
 (0)