RESOLVED FIXED 230481
[css-grid] When the max is less than the min in minmax(), the max will be floored by the min
https://bugs.webkit.org/show_bug.cgi?id=230481
Summary [css-grid] When the max is less than the min in minmax(), the max will be flo...
zsun
Reported 2021-09-20 07:40:09 PDT
As per discussions in https://github.com/w3c/csswg-drafts/issues/4043 - If the max is less than the min in minmax, then the max will be floored by the min (essentially yielding minmax(min, min)) in certain applicable cases such as - If both the min and max track sizing functions are definite, use the maximum of them - If only one track sizing function is definite, use that one
Attachments
Patch (8.30 KB, patch)
2021-09-20 07:49 PDT, zsun
no flags
zsun
Comment 1 2021-09-20 07:49:47 PDT
Sergio Villar Senin
Comment 2 2021-09-20 09:54:46 PDT
Comment on attachment 438679 [details] Patch Nice fix!
EWS
Comment 3 2021-09-21 00:26:32 PDT
Committed r282804 (241936@main): <https://commits.webkit.org/241936@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438679 [details].
Radar WebKit Bug Importer
Comment 4 2021-09-21 00:27:17 PDT
Note You need to log in before you can comment on or make changes to this bug.