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
These rules do not apply when 'table-layout' computes to "fixed".
2116
+
In this case, the simpler rules that follow apply instead:
2117
+
<ul><li>If there are any columns with no width specified, the excess width is distributed in equally to such columns
2118
+
<li>otherwise, if there are columns with non-zero length widths from the base assignment, the excess width is distributed proportionally to width among those columns
2119
+
<li>otherwise, if there are columns with non-zero percentage widths from the base assignment, the excess width is distributed proportionally to percentage width among those columns
2120
+
<li>otherwise, the excess width is distributed equally to the zero-sized columns</ul>
0 commit comments