[Webkit-unassigned] [Bug 150674] New: [css-grid] Fix fr tracks sizing under min-content constraints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 09:34:51 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150674

            Bug ID: 150674
           Summary: [css-grid] Fix fr tracks sizing under min-content
                    constraints
    Classification: Unclassified
           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: svillar at igalia.com

Specs say:

"When the grid container is being sized under a min-content constraint, a track with a flexible min track sizing function is treated as if its min track sizing function was min-content for the purposes of this step"

We are not doing it, so in the end we're sizing them as any other fr track. This means that the size of the track will be used the max-content of the items inside the track instead of the min-content.

For more info: https://lists.w3.org/Archives/Public/www-style/2015May/0116.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151029/58fcd82e/attachment-0001.html>


More information about the webkit-unassigned mailing list