[Webkit-unassigned] [Bug 148645] New: [CSS Grid Layout] Layout is wrong for flex factor sum between 0 and 1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 13:52:32 PDT 2015


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

            Bug ID: 148645
           Summary: [CSS Grid Layout] Layout is wrong for flex factor sum
                    between 0 and 1
    Classification: Unclassified
           Product: WebKit
           Version: WebKit 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

Created attachment 260313
  --> https://bugs.webkit.org/attachment.cgi?id=260313&action=review
test to reproduce the issue

Steps to reproduce the problem:
1. load the attached HTML file
2. 
3. 

What is the expected behavior?
The columns in the 2nd grid should only extend to about 60%
(0.1 + 0.2 + 0.3) of the page width.

What went wrong?
The two grid containers renders exactly the same which demonstrates that Chrome scales up the flex sizes so that their sum is 1.  This is wrong per the Grid spec.
https://drafts.csswg.org/css-grid/#algo-flex-tracks

-- 
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/20150831/f5e5980a/attachment.html>


More information about the webkit-unassigned mailing list