[Webkit-unassigned] [Bug 120045] [CSS Grid Layout] Add support for named grid areas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 01:18:33 PDT 2013


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





--- Comment #2 from Sergio Villar Senin <svillar at igalia.com>  2013-10-08 01:17:23 PST ---
We should merge first https://chromiumcodereview.appspot.com/22215002

    Allow grid positions to be named grid areas

    This change extends our handling of grid position to allow for
    named grid areas. This required to split the shorthands parsing
    between grid-{row|column} and grid-area as the rules for expanding
    are slightly different.  The patch reuses a lot of the existing logic
    to marshall the values into RenderStyle.

    One big difference after this change is that:

    grid-row: foobar / none;

    used to be rejected at parsing but is now allowed.

-- 
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