Skip to content

Commit 448406a

Browse files
committed
[css-grid] Slightly rephrase the note.
1 parent 2fe21ab commit 448406a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-grid/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>,

0 commit comments

Comments
 (0)