@@ -987,26 +987,27 @@ Automatic Minimum Size of Flex Items</h3>
987987 <dl>
988988 <dt> <dfn>specified size suggestion</dfn>
989989 <dd>
990- If the item’s computed <a> main size property</a> is <a>definite</a> ,
990+ If the item’s [=preferred size|preferred=] [= main size=] is <a>definite</a> ,
991991 then the <a>specified size suggestion</a> is that size
992- (clamped by its <a>max main size property</a> if it's <a>definite</a> ).
992+ (clamped by its [=maximum size|maximum=] [= main size=] if it's <a>definite</a> ).
993993 It is otherwise undefined.
994994
995995 <dt> <dfn>transferred size suggestion</dfn>
996996 <dd>
997997 If the item has a [=preferred aspect ratio=]
998- and its computed <a> cross size property</a> is <a>definite</a> ,
998+ and its [=preferred size|preferred=] [= cross size=] is <a>definite</a> ,
999999 then the <a>transferred size suggestion</a> is that size
1000- (clamped by its <a lt="min cross size property">min and max cross size properties</a> if they are <a>definite</a> ),
1001- converted through the aspect ratio.
1000+ (clamped by its [=minimum size|minimum=] and [=maximum size|maximum=] [=cross sizes=] if they are <a>definite</a> ),
1001+ converted through the aspect ratio,
1002+ and finally clamped by the same-axis [=maximum size=] if that is [=definite=] .
10021003 It is otherwise undefined.
10031004
10041005 <dt> <dfn>content size suggestion</dfn>
10051006 <dd>
10061007 The <a>content size suggestion</a> is the <a>min-content size</a> in the <a>main axis</a> ,
10071008 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,
1009- and then further clamped by the <a>max main size property</a> if that is <a>definite</a> .
1009+ by any <a>definite</a> [=minimum size|minimum=] and [=maximum size|maximum=] [=cross sizes=] converted through the aspect ratio,
1010+ and finally clamped by the [=maximum size|maximum=] [= main size=] if that is <a>definite</a> .
10101011 </dl>
10111012
10121013 For the purpose of calculating an intrinsic size of the box
@@ -2966,8 +2967,10 @@ Definite and Indefinite Sizes</h3>
29662967 <ol>
29672968 <li>
29682969 If a <a>single-line</a> <a>flex container</a> has a definite <a>cross size</a> ,
2969- the outer <a>cross size</a> of any <a>stretched</a> <a>flex items</a>
2970- is the flex container's inner <a>cross size</a> (clamped to the <a>flex item</a> ’s min and max <a>cross size</a> )
2970+ the [=automatic size|automatic=] [=preferred size|preferred=] [=outer size|outer=] [=cross size=]
2971+ of any <a>stretched</a> <a>flex items</a>
2972+ is the flex container's inner <a>cross size</a>
2973+ (clamped to the <a>flex item</a> ’s min and max <a>cross size</a> )
29712974 and is considered <a>definite</a> .
29722975
29732976 <li>
0 commit comments