[Webkit-unassigned] [Bug 146018] New: min-width/height should default to auto for flexbox and grid items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 08:10:31 PDT 2015


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

            Bug ID: 146018
           Summary: min-width/height should default to auto for flexbox
                    and grid items
    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

According to Flexbox[1] and Grid Layout[2] specs, the default value for the min-width/height properties for the flex/grid items should be 'auto'.

For flexbox items the default value was changed from min-content to 0 in https://bugs.webkit.org/show_bug.cgi?id=111790 and later reported as a regression https://bugs.webkit.org/show_bug.cgi?id=114566.

Since then the spec has changed and now it's clearly specified both the default value for those properties and also how to compute the minimum size for flex/grid items.

[1] http://dev.w3.org/csswg/css-flexbox/#min-size-auto
[2] http://dev.w3.org/csswg/css-grid/#min-size-auto

-- 
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/20150616/58f46ea4/attachment.html>


More information about the webkit-unassigned mailing list