Description[CSSGridLayout] Skip items spanning flex tracks in track sizing algo
Section 10.4 of the specs forces us to ignore items spanning tracks with
flex sizing functions when resolving the content-based track sizing
functions. Items with span < 2 are not affected by this rule (as they will
belong to a single track). This way the algorithm ensures that min-content
and max-content restrictions are fulfilled before distributing the extra
space.
BUG=392200
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183807
Patch Set 1 #
Total comments: 8
Patch Set 2 : Patch for landing #
Total comments: 2
Patch Set 3 : Patch for landing v2 #
Total comments: 2
Messages
Total messages: 14 (1 generated)
|