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
Correct an omission in the flex-line size determination, so a single-line flexbox will size to its contents if it doesn't have a definite size.
3268
3268
3269
3269
<li>
3270
-
Clarify that 'stretch' checks for the <em>computed</em> value of the cross-size property, which means that percentages that can't be resolved at computed-value time aren't stretched.
3270
+
Clarify that 'stretch' checks for the <em>computed</em> value of the cross-size property being ''auto'',
3271
+
which means that percentage cross-sizes that behave as ''auto''
3272
+
(because they don't resolve against definite sizes) aren't stretched.
3271
3273
</ul>
3272
3274
3273
3275
<p>A <ahref="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.
0 commit comments