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
Copy file name to clipboardExpand all lines: css-contain-1/Overview.bs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Strong Containment: the 'contain' property</h2>
104
104
Initial: none
105
105
Inherited: no
106
106
Applies to: See <a href="#contain-applies">below</a>
107
-
Computed value: <del cite=#c1 class=c1>specified keyword(s)</del><ins cite=#c1 class=c1>the keyword ''none'' or one or more of ''size'', ''layout'', ''paint''</ins>
107
+
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>
108
108
Animation type: not animatable
109
109
</pre>
110
110
@@ -143,9 +143,9 @@ Strong Containment: the 'contain' property</h2>
143
143
144
144
<dt><dfn>strict</dfn>
145
145
<dd>
146
-
This value <ins cite=#c1 class=c1>computes to ''size layout paint'',
146
+
This value <ins cite=#c1>computes to ''size layout paint'',
147
147
and thus </ins>turns on all forms of <a>containment</a> for the element.
148
-
<del cite=#c1 class=c1>In other words, it behaves the same as ''contain: size layout paint;''.</del>.
148
+
<del cite=#c1>In other words, it behaves the same as ''contain: size layout paint;''.</del>.
149
149
150
150
<wpt>
151
151
contain-strict-001.html
@@ -157,9 +157,9 @@ Strong Containment: the 'contain' property</h2>
157
157
158
158
<dt><dfn>content</dfn>
159
159
<dd>
160
-
This value <ins cite=#c1 class=c1>computes to ''layout paint'',
160
+
This value <ins cite=#c1>computes to ''layout paint'',
161
161
and thus </ins>turns on all forms of <a>containment</a><em>except</em><a>size containment</a> for the element.
162
-
<del cite=#c1 class=c1>In other words, it behaves the same as ''contain: layout paint;''.</del>.
162
+
<del cite=#c1>In other words, it behaves the same as ''contain: layout paint;''.</del>.
163
163
164
164
<wpt>
165
165
contain-content-001.html
@@ -755,7 +755,7 @@ Size Containment</h3>
755
755
756
756
2. When laying out the page,
757
757
if the [=size containment box|containment box=] is off-screen or obscured,
758
-
the layout of its contents <ins class=c2 cite=#c2>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
758
+
the layout of its contents <ins cite=#c2>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
759
759
760
760
<h3 id='containment-layout'>
761
761
Layout Containment</h3>
@@ -1127,11 +1127,11 @@ This appendix is <em>informative</em>.
1127
1127
1128
1128
<ul>
1129
1129
<li>
1130
-
Marked as <a href="#c1">Candidate Correction 2</a>:
1130
+
Marked as <a href="#c1">Candidate Correction 1</a>:
1131
1131
Changed how the computed values of the contain property are determined for the shortcut values.
1132
1132
1133
1133
<li>
1134
-
Marked as <a href="#c2">Candidate Correction 1</a>:
1134
+
Marked as <a href="#c2">Candidate Correction 2</a>:
1135
1135
Rewrote much of the [[#containment-size]] section in more detail
1136
1136
to clarify ambiguities about how it is meant to work,
0 commit comments