@@ -155,6 +155,7 @@ Types of Containment</h2>
155155Size 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>
192193Layout 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>
287289Paint 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