Re: [css-flexbox] Honor percent heights on children of stretched flex items (when flex container has fixed height)?

Also, the Flex Layout Algorithm's definition of "definite sizes" seems
to agree with me, in spirit at least:

 # [...] a definite size is one that can be determined without
 # measuring content [...]
 # If a single-line flex container has a definite cross size,
 # any flex items with align-self: stretch must also be treated
 # as having a definite cross size (since its size is determined
 # from the size of the flex container)
http://dev.w3.org/csswg/css-flexbox/#layout-algorithm

~Daniel

Received on Thursday, 6 February 2014 02:21:22 UTC