Skip to content

Commit 91f68d0

Browse files
authored
Reference HTML process model (#9157)
1 parent 61da22e commit 91f68d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-contain-2/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1994,9 +1994,8 @@ Restrictions and Clarifications {#cv-notes}
19941994
must determine their proximity to the viewport
19951995
in the next [=update the rendering=] cycle.
19961996
The effect of this determination must be reflected in the visual update which results from this [=update the rendering=] cycle.
1997+
See <a href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model:content-visibility-auto">the event loop process model</a> for the concrete algorithm description.
19971998

1998-
ISSUE: Reference the HTML spec algorithm here, when it's available.
1999-
20001999
<div class=note>
20012000
When an element first gains ''content-visibility: auto'', it may or may not
20022001
be positioned on screen. The determination of this state and thus
@@ -2303,6 +2302,7 @@ This appendix is <em>informative</em>.
23032302
Changes from <a href="https://www.w3.org/TR/2022/WD-css-contain-2-20220917/">2022-09-17 Working Draft</a>
23042303
</h3>
23052304

2305+
* Referenced the HTML event loop process model in the [[#cv-notes]], clarification 4.
23062306
* defined [=proximity to the viewport=] and used it in the [[#cv-notes]], clarification 4.
23072307
* 'content-visibility' applies to the same properties as [=size containment=] rather than [=layout containment=]
23082308
* clarified that 'content-visibility' affects the used value, not computed value, of the 'contain' property

0 commit comments

Comments
 (0)