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-1/Overview.bs
+13-9
Original file line number
Diff line number
Diff line change
@@ -973,10 +973,10 @@ Automatic Minimum Size of Flex Items</h3>
973
973
974
974
In general, the <a>content-based minimum size</a> of a <a>flex item</a>
975
975
is the smaller of its <a>content size suggestion</a> and its <a>specified size suggestion</a>.
976
-
However, if the box has an aspect ratio and no <a>specified size suggestion</a>,
976
+
However, if the box has an [=preferred aspect ratio|aspect ratio=] and no <a>specified size suggestion</a>,
977
977
its <a>content-based minimum size</a>
978
978
is the smaller of its <a>content size suggestion</a> and its <a>transferred size suggestion</a>.
979
-
If the box has neither a <a>specified size suggestion</a> nor an aspect ratio,
979
+
If the box has neither a <a>specified size suggestion</a> nor an [=preferred aspect ratio|aspect ratio=],
980
980
its <a>content-based minimum size</a> is the <a>content size suggestion</a>.
981
981
982
982
The <a>content size suggestion</a>, <a>specified size suggestion</a>, and <a>transferred size suggestion</a>
@@ -994,7 +994,7 @@ Automatic Minimum Size of Flex Items</h3>
994
994
995
995
<dt><dfn>transferred size suggestion</dfn>
996
996
<dd>
997
-
If the item has an intrinsic aspect ratio
997
+
If the item has a [=preferred aspect ratio=]
998
998
and its computed <a>cross size property</a> is <a>definite</a>,
999
999
then the <a>transferred size suggestion</a> is that size
1000
1000
(clamped by its <a lt="min cross size property">min and max cross size properties</a> if they are <a>definite</a>),
@@ -1004,7 +1004,8 @@ Automatic Minimum Size of Flex Items</h3>
1004
1004
<dt><dfn>content size suggestion</dfn>
1005
1005
<dd>
1006
1006
The <a>content size suggestion</a> is the <a>min-content size</a> in the <a>main axis</a>,
1007
-
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,
1007
+
clamped, if it has a [=preferred aspect ratio=],
1008
+
by any <a>definite</a><a lt="min cross size property">min and max cross size properties</a> converted through the aspect ratio,
1008
1009
and then further clamped by the <a>max main size property</a> if that is <a>definite</a>.
1009
1010
</dl>
1010
1011
@@ -1739,7 +1740,7 @@ The 'flex' Shorthand</h3>
1739
1740
Indicates an <a href="#algo-main-item">automatic size</a>
1740
1741
based on the <a>flex item</a>’s content.
1741
1742
(It is typically equivalent to the <a>max-content size</a>,
1742
-
but with adjustments to handle aspect ratios,
1743
+
but with adjustments to handle [=preferred aspect ratios=],
1743
1744
intrinsic sizing constraints,
1744
1745
and orthogonal flows;
1745
1746
see <a href="#algo-main-item">details</a> in [[#layout-algorithm]].)
@@ -2550,13 +2551,13 @@ Line Length Determination</h3>
2550
2551
<li>
2551
2552
If the flex item has ...
2552
2553
<ul>
2553
-
<li>an intrinsic aspect ratio,
2554
+
<li>a [=preferred aspect ratio=],
2554
2555
<li>a used <a>flex basis</a> of ''content'', and
2555
2556
<li>a <a>definite</a><a>cross size</a>,
2556
2557
</ul>
2557
2558
then the <a>flex base size</a> is calculated from
2558
2559
its <a lt="used value">used</a><a>cross size</a>
2559
-
and the <a>flex item</a>’s intrinsic aspect ratio.
2560
+
and the <a>flex item</a>’s aspect ratio.
2560
2561
2561
2562
<li>
2562
2563
If the used <a>flex basis</a> is ''content'' or depends on its <a>available space</a>,
0 commit comments