You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-flexbox/Overview.bs
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -934,22 +934,22 @@ Implied Minimum Size of Flex Items</h3>
934
934
<dd>
935
935
If the item’s computed 'flex-basis' is ''auto''
936
936
and its computed <a>main size property</a> is <a>definite</a>,
937
-
then the <a>clamped size</a> is that size
937
+
then the <var>clamped size</var> is that size
938
938
(clamped by its <a>max main size property</a> if it's <a>definite</a>).
939
939
It is otherwise undefined.
940
940
941
941
<dt><var>transferred size</var>
942
942
<dd>
943
943
If the item has an intrinsic aspect ratio
944
944
and its computed <a>cross size property</a> is <a>definite</a>,
945
-
then the <a>transferred size</a> is that size
945
+
then the <var>transferred size</var> is that size
946
946
(clamped by its <a lt="min cross size property">min and max cross size properties</a> if they are <a>definite</a>),
947
947
converted through the aspect ratio.
948
948
It is otherwise undefined.
949
949
950
950
<dt><var>content size</var>
951
951
<dd>
952
-
The <a>content size</a> is the <a>min-content size</a> in the <a>main axis</a>,
952
+
The <var>content size</var> is the <a>min-content size</a> in the <a>main axis</a>,
953
953
clamped, if it has an aspect ratio, by any <a>definite</a><a lt="min cross size property">min and max cross size properties</a> converted through the aspect ratio,
954
954
and then further clamped by the <a>max main size property</a> if that is <a>definite</a>.
955
955
</dl>
@@ -1530,37 +1530,39 @@ The 'flex' Shorthand</h3>
1530
1530
<dt><dfn><<'flex-basis'>></dfn>
1531
1531
<dd>
1532
1532
<p>
1533
-
This component takes the same values as the 'width' property
1534
-
(except ''flex-basis/auto'' is treated differently)
1535
-
and an additional ''content'' keyword.
1536
-
1537
-
It sets the 'flex-basis'<a href="#flex-components">longhand</a>
1533
+
This component sets the 'flex-basis'<a href="#flex-components">longhand</a>
1538
1534
and specifies the <dfn dfn>flex basis</dfn>:
1539
1535
the initial <a>main size</a> of the <a>flex item</a>,
1540
1536
before free space is distributed according to the flex factors.
1537
+
It takes the same values as the 'width' property
1538
+
(except ''flex-basis/auto'' is treated differently)
1539
+
and an additional ''content'' keyword.
1541
1540
When omitted from the 'flex' shorthand, its specified value is ''0%''.
1542
1541
1543
1542
If the specified 'flex-basis' is ''flex-basis/auto'',
1544
1543
the used <a>flex basis</a> is the computed value of the flex item’s <a>main size property</a>.
1545
1544
If that value is itself ''width/auto'',
1546
1545
then the used <a>flex basis</a> is automatically-determined based on its content (i.e. ''content'').
0 commit comments