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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -886,7 +886,7 @@ Implied Minimum Size of Flex Items</h3>
886
886
<dd>
887
887
On a <a>flex item</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a>,
888
888
when specified on the <a>flex item's</a> main-axis min-size property,
889
-
specifies an <dfn>automatic minimum size</dfn>.
889
+
specifies an <dfn dfn export>automatic minimum size</dfn>.
890
890
891
891
In general, the <a>automatic minimum size</a>
892
892
is the smaller of its <a>content size</a> and its <a>specified size</a>.
@@ -900,25 +900,25 @@ Implied Minimum Size of Flex Items</h3>
900
900
and are defined below:
901
901
902
902
<dl>
903
-
<dt><var>specified size</var>
903
+
<dt><dfn dfn noexport>specified size</dfn>
904
904
<dd>
905
905
If the item’s computed <a>main size property</a> is <a>definite</a>,
906
-
then the <var>specified size</var> is that size
906
+
then the <a>specified size</a> is that size
907
907
(clamped by its <a>max main size property</a> if it's <a>definite</a>).
908
908
It is otherwise undefined.
909
909
910
-
<dt><var>transferred size</var>
910
+
<dt><dfn dfn noexport>transferred size</dfn>
911
911
<dd>
912
912
If the item has an intrinsic aspect ratio
913
913
and its computed <a>cross size property</a> is <a>definite</a>,
914
-
then the <var>transferred size</var> is that size
914
+
then the <a>transferred size</a> is that size
915
915
(clamped by its <a lt="min cross size property">min and max cross size properties</a> if they are <a>definite</a>),
916
916
converted through the aspect ratio.
917
917
It is otherwise undefined.
918
918
919
-
<dt><var>content size</var>
919
+
<dt><dfn dfn noexport>content size</dfn>
920
920
<dd>
921
-
The <var>content size</var> is the <a>min-content size</a> in the <a>main axis</a>,
921
+
The <a>content size</a> is the <a>min-content size</a> in the <a>main axis</a>,
922
922
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,
923
923
and then further clamped by the <a>max main size property</a> if that is <a>definite</a>.
924
924
</dl>
@@ -3745,7 +3745,7 @@ Substantive Changes and Bugfixes</h4>
3745
3745
<blockquote>
3746
3746
If the item’s <del>computed 'flex-basis' is ''content''
3747
3747
and its</del> computed <a>main size property</a> is <a>definite</a>,
0 commit comments