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
<dd>The outer min-content and max-content widths are defined for table cells, columns, and column groups.
1234
1234
The 'width', 'min-width', and 'max-width' values used in these definitions are the offsets-adjusted values defined <a href="#offsets-adjusted-width">above</a>:
1235
1235
<ul>
1236
-
<li>The <b>outer min-content width</b> of a tablecell is
1236
+
<li>The <b>outer min-content width</b> of a table-cell is
1237
1237
<code>max('min-width', min-content width)</code>
1238
1238
adjusted by the cell intrinsic offsets.
1239
1239
1240
-
<li>The <b>outer min-content width</b> of a tablecolumn or columngroup is
1240
+
<li>The <b>outer min-content width</b> of a table-column or table-column-group is
1241
1241
<code>max('min-width', 'width')</code>.
1242
1242
1243
-
<li>The <b>outer max-content width</b> of a tablecell in a <a href="#constrainedness">non-constrained column</a> is
1243
+
<li>The <b>outer max-content width</b> of a table-cell in a <a href="#constrainedness">non-constrained column</a> is
0 commit comments