Chromium Code Reviews
Description[css-grid] grid-auto-flow|row should take a <track-size>+
Both properties were traditionally accepting just one <track-size> but
a recent change in the spec allows authors to pass a non-empty list of track
sizes. The first implicit track will use the first track size the second
implicit track will use the second track size and so on. For implicit tracks
before the explicit grid we need to transpose the order, i.e, the first
implicit track before the explicit grid will take the last track size.
Updated parsing, styling and track size resolution to support a list of
track sizes instead of just one. The grid shorthand was also updated as it
can set the value of the two grid-auto-* properties.
BUG=618970
Committed: https://crrev.com/ef8ba7e30cc8392bb48ad021e59d3aa496c930f1
Cr-Commit-Position: refs/heads/master@{#407361}
Patch Set 1 #
Total comments: 8
Patch Set 2 : Patch for landing #Patch Set 3 : Patch for landing v2 #Messages
Total messages: 17 (7 generated)
|