@@ -33,6 +33,8 @@ spec:css2; type:dfn; text:stacking context
3333spec:css2; type:property; text:content
3434spec:css-display-3; type:property; text:display
3535spec:css2; type:property; text:counter-increment
36+ spec:css-ui-3; type:property; text:text-overflow
37+ spec:css-grid-1; type:property; text:grid
3638</pre>
3739<h2 id='intro'>
3840Introduction</h2>
@@ -187,6 +189,12 @@ Size Containment</h3>
187189 1. When laying out the containing element,
188190 it must be treated as having no contents.
189191
192+ Note: Even when the element's [=sizing properties=] are ''height/auto''
193+ this does not necessarily make the element zero-sized:
194+ properties set on the element itself,
195+ such as the 'columns' property or the 'grid' property,
196+ continue to be taken into account.
197+
190198 After layout of the element is complete,
191199 its contents must then be laid out into the containing element's resolved size.
192200
@@ -458,6 +466,7 @@ This appendix is <em>informative</em>.
458466<a href="https://www.w3.org/TR/2018/CR-css-contain-1-20180524/">Candidate Recommendation of 24 May 2018</a></h3>
459467
460468* Size containment does not apply to tables
469+ * Clarify that the columns and grid properties affect the size of size-contained elements
461470
462471<h3 id="2017-08-08-changes">Changes from the
463472<a href="https://www.w3.org/TR/2017/CR-css-contain-1-20170808/">Candidate Recommendation of 8 August 2017</a></h3>
0 commit comments