Skip to content

Commit ce7a452

Browse files
committed
[css-contain-1] Upgrade candidate corrections to proposed corrections
1 parent 6644dc5 commit ce7a452

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

css-contain-1/Overview.bs

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Previous Version: https://www.w3.org/TR/2019/REC-css-contain-1-20191121/
1313
Editor: Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
1414
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/, w3cid 43241
1515
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>
1717
WPT Path Prefix: css/css-contain/
1818
Include MDN Panels: no
1919
</pre>
@@ -74,8 +74,8 @@ Value Definitions</h3>
7474
<h2 id='contain-property'>
7575
Strong Containment: the 'contain' property</h2>
7676

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>
7979
This makes a minor adjustment
8080
to the way the computed value of the 'contain' property is determined:
8181
the shortcut values (''strict'' and ''content''),
@@ -99,7 +99,7 @@ Strong Containment: the 'contain' property</h2>
9999
Initial: none
100100
Inherited: no
101101
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>
103103
Animation type: not animatable
104104
</pre>
105105

@@ -400,7 +400,7 @@ Strong Containment: the 'contain' property</h2>
400400
''contain: strict'' can be applied to communicate further restrictions.
401401
</div>
402402

403-
<div class=correction id=c3>
403+
<div class="correction proposed" id=c3>
404404
<span class=marker>Candidate Correction 3:</span>
405405
The CSS Working Group had forgotten to consider the effects of containment
406406
on the HTML <{html}> and <{body}> elements,
@@ -613,7 +613,7 @@ Size Containment</h3>
613613
contain-size-baseline-001.html
614614
</wpt>
615615

616-
<div class=correction id=c2>
616+
<div class="correction proposed" id=c2>
617617
<span class=marker>Candidate Correction 2:</span>
618618
The way the two normative sentences above are written was somewhat ambiguous,
619619
causing implementers to have some doubts about the precise intended effects
@@ -960,7 +960,7 @@ Possible Size-Containment Optimizations</h4>
960960

961961
2. When laying out the page,
962962
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.
964964

965965
<h3 id='containment-layout'>
966966
Layout Containment</h3>
@@ -1359,7 +1359,13 @@ This appendix is <em>informative</em>.
13591359

13601360
<ul>
13611361
<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>:
13631369
Define the effects of containment on outwards propagation of properties
13641370
from the HTML <{body}> element.
13651371

@@ -1397,11 +1403,6 @@ This appendix is <em>informative</em>.
13971403
and improve the general legibility.
13981404
The intended behavior is unaltered.
13991405

1400-
<li>
1401-
Marked as <a href="#c3">Candidate Correction 3</a>:
1402-
Define the effects of containment on outwards propagation of properties
1403-
from the HTML <{body}> element.
1404-
14051406
<li>
14061407
Editorial tweaks:
14071408
<ul>

0 commit comments

Comments
 (0)