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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -903,16 +903,16 @@ <h2 id='layout-algorithm'>
903
903
904
904
<dt>
905
905
<dt>size doesn't rely on its contents</dt>
906
-
<dd>The maximum line length is main size of the flexbox's content box.</dd>
906
+
<dd>The maximum line length is main size of the flexbox's content box, constrained by the min and max main size constraints of the flexbox.</dd>
907
907
908
908
<dt>''min-content''</dt>
909
909
<dd>The maximum line length is the flexbox's minimum main size.</dd>
910
910
911
911
<dt>''max-content''</dt>
912
-
<dd>The maximum line length is the flexbox's maximum main size, or infinity if it has no maximum main size.</dd>
912
+
<dd>The maximum line length is infinity, constrained by the main and max main size constraints of the flexbox.</dd>
913
913
914
914
<dt>''fit-content''</dt>
915
-
<dd>Same as if the flexbox was sized as ''fill-available''.</dd>
915
+
<dd>The maximum line length is the greater of the flexbox's main size constraint and the smaller of the flexbox's maximum size constraint and the available space.</dd>
0 commit comments