Skip to content

Commit d28f249

Browse files
committed
[css-flexbox] Add more rationale for flex-basis dependency removal on min-size: auto
1 parent 0597502 commit d28f249

File tree

4 files changed

+5527
-5500
lines changed

4 files changed

+5527
-5500
lines changed

css-flexbox/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,9 @@ Substantive Changes and Bugfixes</h4>
31603160

31613161
<li id="change-201409-min-auto-specified-size">
31623162
Remove the requirement that the <a>flex basis</a> be ''content'' for the <a>specified size</a> to be defined.
3163-
(The specified size should always win if it is smaller than the intrinsic size.)
3163+
(The specified size should always win if it is smaller than the intrinsic size.
3164+
This is particularly important to maintain author expectations for,
3165+
e.g. <code>&lt;img src="&hellip;" width=40 height=40 title="100x100 image"&gt;</code>.)
31643166

31653167
<blockquote>
31663168
If the item’s <del>computed 'flex-basis' is ''content''

0 commit comments

Comments
 (0)