[Webkit-unassigned] [Bug 148069] New: [CSS Grid Layout] Do not stretch always grid items with auto width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 16 15:18:23 PDT 2015


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

            Bug ID: 148069
           Summary: [CSS Grid Layout] Do not stretch always grid items
                    with auto width
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfernandez at igalia.com

We assumed that any grid item with 'auto' width will be stretched to fill all the available space in its grid area. We assumed this because grid area acts as item's container.

However, Grid Layout specification states on its Alignment section that items will be stretched by default, unless either justify-self or align-self compute to a value other than stretch or margins are auto. In those cases, grid items will auto-size to fit their contents.

-- 
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/20150816/5532f0a4/attachment.html>


More information about the webkit-unassigned mailing list