[Webkit-unassigned] [Bug 77566] [CSS Grid Layout] computed grid track sizes should be pixel values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 5 08:16:24 PST 2013


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


Sergio Villar Senin <svillar at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |BlinkMergeCandidate
                 CC|                            |svillar at igalia.com




--- Comment #4 from Sergio Villar Senin <svillar at igalia.com>  2013-11-05 08:15:10 PST ---
I fixed this in Blink. We should merge this:

    [CSSGridLayout] getComputedStyle is wrong for grid-template-{rows|columns}

    Specs mandate to return the used value instead of the specified value which
    was the one we were using. This requires to force a layout to compute the
    used values. The properties grid-auto-{rows|columns} are not affected by
    this change as the same specified value might result in different used
    values for two different auto-generated tracks.

    Tests have been accordingly updated. Fixed size grids are now being used to
    produce consistent results. Some new test cases were added to check that we
    behave correctly with/without grid sizes and with/without grid items (for
    content-based track sizes).

    https://src.chromium.org/viewvc/blink?revision=161247&view=revision

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list