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
[css3-flexbox] Clarify that 'align-self:stretch' only works on computed-time ''auto'', not things like a percentage that causes auto behavior at used-value time.
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
+
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.
3268
3271
</ul>
3269
3272
3270
3273
<p>A <ahref="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.
0 commit comments