We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5044be commit 2cbe6b3Copy full SHA for 2cbe6b3
css-flexbox-1/Overview.bs
@@ -2588,7 +2588,8 @@ Line Length Determination</h3>
2588
using its used <a>flex basis</a> in place of its <a>main size</a>,
2589
treating a value of ''content'' as ''width/max-content''.
2590
If a <a>cross size</a> is needed to determine the <a>main size</a>
2591
- (e.g. when the <a>flex item</a>’s <a>main size</a> is in its block axis)
+ (e.g. when the <a>flex item</a>’s <a>main size</a> is in its block axis,
2592
+ or when it has a [=preferred aspect ratio=])
2593
and the <a>flex item</a>’s cross size is ''auto'' and not <a>definite</a>,
2594
in this calculation use ''width/fit-content'' as the <a>flex item</a>’s <a>cross size</a>.
2595
The <a>flex base size</a> is the item's resulting <a>main size</a>.
0 commit comments