[css3-flexbox]Percentage max-width, min-width of flex container's item etc. against indefinite size of the flex container from fantasai on 2012-07-04 (www-style@w3.org from July 2012) (original) (raw)
On 06/08/2012 08:38 AM, S�awomir Domaga�a wrote:
I have doubts
- If max-width, min-width of flex container's item is and flex container has indefinite size, should the property be ignored? Or should percentage be used against size of available cross/main space (mentioned at #line-sizing)?
- If these proporties are ignored at point one, are they used at
#resolve-flexible-lengths (step 5)?
I've added the following:
As with 'width', percentage values of 'flex-basis' are resolved against
the flex item's containing block, i.e. its flex container.
And as with 'width' in [[!CSS21]],
if that containing block's size is indefinite, the result is undefined.
Let me know if this addresses your comment.
~fantasai
Received on Wednesday, 4 July 2012 15:42:41 UTC