Description[CSS Grid Layout] Vertical rectangles not recognized as valid grid areas
Grid areas sized as vertical rectangles were incorrectly considered as
invalid by the parser. That's because the condition checking that each new
row was adjacent to the previous one was using the first row of the
currently parsed grid area instead of the last one.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169699
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|