Skip to content

Commit 6f4e099

Browse files
committed
[css-contain] Define behavior on table parts
1 parent db7ca63 commit 6f4e099

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-contain/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Types of Containment</h2>
155155
Size Containment</h3>
156156

157157
If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none''),
158+
or if the element is an <a spec="css-display-3">internal table element</a>,
158159
size containment has no effect.
159160
Otherwise, giving an element <dfn export>size containment</dfn> has the following effect:
160161

@@ -192,6 +193,7 @@ Size Containment</h3>
192193
Layout Containment</h3>
193194

194195
If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none''),
196+
or if the element is an <a spec="css-display-3">internal table element</a> other than ''display: table-cell'',
195197
layout containment has no effect.
196198
Otherwise, giving an element <dfn export>layout containment</dfn> has the following effects:
197199

@@ -287,6 +289,7 @@ Style Containment</h3>
287289
Paint Containment</h3>
288290

289291
If the element does not generate a <a>principal box</a> (as is the case with ''display: contents'' or ''display: none''),
292+
or if the element is an <a spec="css-display-3">internal table element</a> other than ''display: table-cell'',
290293
paint containment has no effect.
291294
Otherwise, giving an element <dfn export>paint containment</dfn> has the following effects:
292295

@@ -335,6 +338,7 @@ This appendix is <em>informative</em>.
335338

336339
<ul>
337340
<li>Clarify the interaction with display: contents
341+
<li>Clarify how containment works on table parts
338342
</ul>
339343

340344
<h3 id="fpwd-changes">Changes from the

0 commit comments

Comments
 (0)