[Webkit-unassigned] [Bug 103313] [CSS Grid Layout] Implement support for grid-template

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 08:43:38 PDT 2013


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #1 from Sergio Villar Senin <svillar at igalia.com>  2013-10-08 08:42:29 PST ---
Fixing this involves merging 3 different CLs from Blink:

*   Implement 'grid-template' parsing

    This change makes us recognize grid-template, parse it, store it and
    return properly to JavaScript.

    The specification mandates to validate to check that the areas defined
    by 'grid-template' are rectangular which involves a lot of the
    CSSParser code.

    Review URL: https://chromiumcodereview.appspot.com/18532004

*  [CSS Grid Layout] Fix grid-template serialization

    This is a follow-up of https://codereview.chromium.org/18532004/#msg6

    We didn't know if serializing strings was specified and it turns out
    that it is: http://dev.w3.org/csswg/cssom/#serialize-a-string


*  Move GridCoordinate and GridSpan to a separate file

    In order to implement 'grid-template', we need a way to describe a
    grid area's coordinates. That's what GridCoordinate is about and
    instead of duplicating code, splitting the classes will enable code
    sharing.

    While moving the code, added some comments about the 2 classes.

    Review URL: https://chromiumcodereview.appspot.com/18345011

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