[Webkit-unassigned] [Bug 230481] New: [css-grid] When the max is less than the min in minmax(), floor the max by the min when calculating the number of ''auto-fit'' or ''auto-fill'' repetitions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 20 07:40:09 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230481
Bug ID: 230481
Summary: [css-grid] When the max is less than the min in
minmax(), floor the max by the min when calculating
the number of ''auto-fit'' or ''auto-fill''
repetitions
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zsun at igalia.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210920/ead8afa3/attachment.htm>
More information about the webkit-unassigned
mailing list