We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742a71a commit fb6cc0fCopy full SHA for fb6cc0f
css-tables-3/Overview.bs
@@ -1788,7 +1788,8 @@ spec:css-sizing-3; type:property; text:box-sizing
1788
the sum of columns width meets the assignable table width exactly.
1789
1790
- Columns whose size is computed as a sum of a percentage and a pixel length must be sized as if they counted as two columns,
1791
- one with the pixel value, the other with the percentage value.
+ one with the pixel value, the other with the percentage value. This is different from resolving the percentage away,
1792
+ because of how width distribution works for percentage-based columns.
1793
1794
1795
<h5 id="distributing-width-to-columns">Distributing excess width to columns</h5>
0 commit comments