[Webkit-unassigned] [Bug 140763] New: [CSS Grid Layout] Invalid initialization of track sizes with non spanning grid items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 22 03:41:15 PST 2015


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

            Bug ID: 140763
           Summary: [CSS Grid Layout] Invalid initialization of track
                    sizes with non spanning 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

The track sizing algorithm describes in section "11.5. Resolve Intrinsic Track Sizes" how to size content sized functions. The first step consists of sizing the tracks to fit non-spanning grid items, i.e, items with span == 1 on the given direction (rows or columns).

We instead, were not treating those non-spanning grid items differently. Consequently track sizes were not properly computed in some scenarios (mainly because infinite growth limits were not resolved to absolute lengths before using the spanning items to size the tracks).

-- 
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/20150122/00574709/attachment-0002.html>


More information about the webkit-unassigned mailing list