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: css3-flexbox/Overview.src.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2394,6 +2394,17 @@ <h3 id='line-sizing'>
2394
2394
size the item under that constraint.
2395
2395
The <i>flex base size</i> is the item's resulting main size.
2396
2396
2397
+
<li>
2398
+
If the flex basis and cross size are both ''auto'' ,
2399
+
the flex container is single-line and has a <i>definite</i> cross size,
2400
+
the flex item has an intrinsic aspect ratio,
2401
+
and the flex item has ''align-self: stretch'',
2402
+
the <i>flex base size</i> is computed from the flex container's inner cross size
2403
+
and the flex item's intrinsic aspect ratio.
2404
+
2405
+
<pclass='issue'>
2406
+
This substep needs review, see thread at <ahref="http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html">http://lists.w3.org/Archives/Public/www-style/2012Oct/0781.html</a>.
2407
+
2397
2408
<li>
2398
2409
Otherwise,
2399
2410
if the flex basis is ''auto'' or depends on its available size,
@@ -2520,6 +2531,10 @@ <h3 id='cross-sizing'>
2520
2531
increase the cross size of each flex line by equal amounts
2521
2532
such that the sum of their cross sizes exactly equals the flex container's inner cross size.
2522
2533
2534
+
<pclass='note'>
2535
+
Note that this step does not affect the main size of the flex item,
0 commit comments