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

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


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

--- Comment #3 from Sergio Villar Senin <svillar at igalia.com> ---
(In reply to Sergio Villar Senin from comment #1)

> At the very begining the grid has 2 columns but no rows
> (grid-template-rows:auto). So in order to place that item we create 1 row.
> That row defines rows 1 and 2, which at the same time represent rows -2 and

...defines row *lines* 1 and 2, which at the same time represent row *lines* -2 and -1

> -1. At that moment we can place the item because we have indexes 2 and -2
> which correspond to rows 2 and 1. In those cases, when start > end the specs

...correspond to row *lines* 2 and 1.

> mandate to exchange those indexes so the item is placed between 1 and 2 in
> the first row.

-- 
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/e5c52567/attachment.html>


More information about the webkit-unassigned mailing list