File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1675,7 +1675,9 @@ Flexible Lengths: the ''fr'' unit</h4>
16751675 A <dfn export>flexible length</dfn> or <dfn><<flex>></dfn> is a dimension with the ''fr'' unit,
16761676 which represents a fraction of the <a>free space</a> in the <a>grid container</a> .
16771677
1678- Note: Unlike <<percentage>> values, <<flex>> values cannot be represented in or combined with other unit types in ''calc()'' expressions.
1678+ Note: <<flex>> values are not <<length>> s
1679+ (nor are they compatible with <<length>> s, like some <<percentage>> values),
1680+ so they cannot be represented in or combined with other unit types in ''calc()'' expressions.
16791681
16801682 The distribution of <a>free space</a> occurs after all non-flexible <a>track sizing functions</a> have reached their maximum.
16811683 The total size of such rows or columns is subtracted from the available space, yielding the <a>free space</a> ,
You can’t perform that action at this time.
0 commit comments