Skip to content

Commit a310414

Browse files
davidsgroganFremyCompany
authored andcommitted
[css-tables-3] Remove vestiages of min-width percents
WG resolved to ignore percent min-width for column widths in w3c#607 but not everything was removed.
1 parent 020d1b1 commit a310414

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ spec:css-sizing-3; type:property; text:box-sizing
12591259
<!--——————————————————————————————————————————————————————————————————————————-->
12601260
<dt><dfn>percentage contribution</dfn>s</dt>
12611261
<dd>The percentage contribution of a table cell, column, or column group
1262-
is defined in terms of the computed values of 'width', 'max-width', and 'min-width'
1262+
is defined in terms of the computed values of 'width' and 'max-width'
12631263
that have computed values that are percentages:<br/>
12641264
<br/>
12651265
<code>min(percentage 'width', percentage 'max-width')</code>.<br/>
@@ -1779,9 +1779,6 @@ spec:css-sizing-3; type:property; text:box-sizing
17791779
<figcaption>Overview of the width distribution algorithm. Not normative.</figcaption>
17801780
</figure>
17811781

1782-
ISSUE(607): Should min-width support percentages?
1783-
1784-
17851782
<h5 id="width-distribution-in-fixed-mode">Changes to width distribution in fixed mode</h5>
17861783

17871784
The following changes to previous algorithm apply <a>in fixed mode</a>:

0 commit comments

Comments
 (0)