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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 12 09:28:08 PDT 2017


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

--- Comment #4 from Raphael <raphael at goetter.fr> ---
Thank you very much for those explanations.

My goal was to find a solution which works *with any number* of articles. But:

- Negative lines (grid-row-end: -2;) doesn't work on implicit rows, as you explained me
- grid-row: span X needs to know the number of lines to span
- If I switch to grid-template-areas, all the articles will overlap instead of stacking.
- I would like to avoid nested containers

Seems trickier as I thought :)

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


More information about the webkit-unassigned mailing list