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
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/, w3cid 43241
15
15
Abstract: This CSS module describes the 'contain' property, which indicates that the element's subtree is independent of the rest of the page. This enables heavy optimizations by user agents when used well.
16
-
Status Text: <div class=correction><a href="https://www.w3.org/Consortium/Process/#candidate-correction">Candidate corrections</a> are marked in the document.</div>
16
+
Status Text: <div class="correction proposed"><a href="https://www.w3.org/Consortium/Process/#change-review">Proposed corrections</a> are marked in the document.</div>
17
17
WPT Path Prefix: css/css-contain/
18
18
Include MDN Panels: no
19
19
</pre>
@@ -74,8 +74,8 @@ Value Definitions</h3>
74
74
<h2 id='contain-property'>
75
75
Strong Containment: the 'contain' property</h2>
76
76
77
-
<div class=correction id=c1>
78
-
<span class=marker>Candidate Correction 1:</span>
77
+
<div class="correction proposed" id=c1>
78
+
<span class=marker>Proposed Correction 1:</span>
79
79
This makes a minor adjustment
80
80
to the way the computed value of the 'contain' property is determined:
81
81
the shortcut values (''strict'' and ''content''),
@@ -99,7 +99,7 @@ Strong Containment: the 'contain' property</h2>
99
99
Initial: none
100
100
Inherited: no
101
101
Applies to: See <a href="#contain-applies">below</a>
102
-
Computed value: <del cite=#c1>specified keyword(s)</del><ins cite=#c1>the keyword ''contain/none'' or one or more of ''size'', ''layout'', ''paint''</ins>
102
+
Computed value: <del cite=#c1 class=proposed>specified keyword(s)</del><ins cite=#c1 class=proposed>the keyword ''contain/none'' or one or more of ''size'', ''layout'', ''paint''</ins>
103
103
Animation type: not animatable
104
104
</pre>
105
105
@@ -400,7 +400,7 @@ Strong Containment: the 'contain' property</h2>
400
400
''contain: strict'' can be applied to communicate further restrictions.
401
401
</div>
402
402
403
-
<div class=correction id=c3>
403
+
<div class="correction proposed" id=c3>
404
404
<span class=marker>Candidate Correction 3:</span>
405
405
The CSS Working Group had forgotten to consider the effects of containment
406
406
on the HTML <{html}> and <{body}> elements,
@@ -613,7 +613,7 @@ Size Containment</h3>
613
613
contain-size-baseline-001.html
614
614
</wpt>
615
615
616
-
<div class=correction id=c2>
616
+
<div class="correction proposed" id=c2>
617
617
<span class=marker>Candidate Correction 2:</span>
618
618
The way the two normative sentences above are written was somewhat ambiguous,
619
619
causing implementers to have some doubts about the precise intended effects
@@ -960,7 +960,7 @@ Possible Size-Containment Optimizations</h4>
960
960
961
961
2. When laying out the page,
962
962
if the [=size containment box|containment box=] is off-screen or obscured,
963
-
the layout of its contents <ins cite=#c2>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
963
+
the layout of its contents <ins cite=#c2 class=proposed>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
964
964
965
965
<h3 id='containment-layout'>
966
966
Layout Containment</h3>
@@ -1359,7 +1359,13 @@ This appendix is <em>informative</em>.
1359
1359
1360
1360
<ul>
1361
1361
<li>
1362
-
Marked as <a href="#c3">Candidate Correction 3</a>:
1362
+
Candidate Correction 1 is now marked as <a href="#c1">Proposed Correction 1</a>.
1363
+
1364
+
<li>
1365
+
Candidate Correction 2 is now marked as <a href="#c2">Proposed Correction 2</a>.
1366
+
1367
+
<li>
1368
+
Marked as <a href="#c3">Proposed Correction 3</a>:
1363
1369
Define the effects of containment on outwards propagation of properties
1364
1370
from the HTML <{body}> element.
1365
1371
@@ -1397,11 +1403,6 @@ This appendix is <em>informative</em>.
1397
1403
and improve the general legibility.
1398
1404
The intended behavior is unaltered.
1399
1405
1400
-
<li>
1401
-
Marked as <a href="#c3">Candidate Correction 3</a>:
1402
-
Define the effects of containment on outwards propagation of properties
0 commit comments