[Webkit-unassigned] [Bug 171855] grid layout negative row-end bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 12 00:22:00 PDT 2017


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

--- Comment #2 from Sergio Villar Senin <svillar at igalia.com> ---
(In reply to Sergio Villar Senin from comment #1)
> It's true that you could use both positive or negative indexes but as you
> can see they are not totally equivalent when you need to automatically
> create new tracks. In this case if you know that you need 5 columns, just
> add grid-template-rows: repeat(5, auto) and you'd get the results you want.

Other possibilities:

1) grid-row-end: 5;

2) grid-row-end: span 3;

-- 
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/20170512/99c36263/attachment.html>


More information about the webkit-unassigned mailing list