[Webkit-unassigned] [Bug 105548] [CSS Grid Layout] Add the plumbing to parse -webkit-grid-{column, row}-span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 13:10:22 PST 2013


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #5 from Julien Chaffraix <jchaffraix at webkit.org>  2013-02-22 13:12:44 PST ---
The specification has completely changed and the concept of grid-{column,row}-span was removed, inlined into grid-{start|end} / grid-{before|after}. Example:

grid-start: 3; grid-end: span 2;

(Beware that now integers corresponds to the matching edge, ie 3 from the 'start' and spans to 2 from the 'end')

I don't think we can salvage anything from this patch. Feel free to reopen if I missed something.

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