Description[CSS Grid Layout] Clear stretched height when conditions don't allow it.
Box Alignment spec states that stretch is only possible when height is
'auto' and no 'auto' margins are used.
It might be the case that style changes so that stretching is not allowed,
hence we need to detect it and clear the override height the stretching
algorithm previously set. The new layout triggered by the style change
will then set grid item's height according to the new style rules.
BUG=490043
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196543
Patch Set 1 #
Total comments: 6
Patch Set 2 : Applied suggested changes. #
Messages
Total messages: 8 (3 generated)
|