[Webkit-unassigned] [Bug 142329] New: [CSS Grid Layout] Using automatic (instead of min-content) minimums for 'auto' tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 5 01:40:58 PST 2015


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

            Bug ID: 142329
           Summary: [CSS Grid Layout]  Using automatic (instead of
                    min-content) minimums for 'auto' tracks
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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

This has recently changed in the specs. See https://lists.w3.org/Archives/Public/www-style/2015Jan/0166.html for more details.

The most important part is the following:

    More precisely (syntax-wise), this would allow 'auto' to be used within the
    minmax() function (it's currently forbidden) and have the 'auto' keyword map
    to minmax(auto, auto) instead of minmax(min-content, max-content).
        * As a minimum, 'auto' would mean "use the specified minimum size, or if
          that is auto, treat as 0 or min-content per Flexbox rules".
        * As a maximum, 'auto' would mean "use the max-content size".

-- 
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/20150305/bcd02f2b/attachment-0002.html>


More information about the webkit-unassigned mailing list