Skip to content

Commit 424931b

Browse files
committed
[css-flexbox-1] Update changes sectin
1 parent a0768db commit 424931b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

css-flexbox-1/Overview.bs

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3776,8 +3776,27 @@ Changes since the 16 October 2017 CR</h3>
37763776
</ul>
37773777
</blockquote>
37783778

3779+
<li id="change-2017-auto-min-zero">
3780+
Clarified that if the <a>automatic minimum size</a>
3781+
resolves directly to zero rather than being a <a>content-based minimum size</a>,
3782+
it does not cause indefiniteness.
3783+
<blockquote>
3784+
<p>
3785+
For the purpose of calculating an intrinsic size of the element
3786+
(e.g. the element's <a>min-content size</a>),
3787+
<del>this value</del> <ins>a content-based minimum size</ins>
3788+
causes the element's size in that axis to become indefinite
3789+
(even if e.g. its 'width' property specifies a <a>definite</a> size).
3790+
</p>
3791+
</blockquote>
3792+
3793+
<li id="change-2017-auto-min-size">
3794+
Editorial improvements to the <a href="#min-size-auto">automatic minimum size</a>.
3795+
(<a href="https://github.com/w3c/csswg-drafts/issues/2385">Issue 2385</a>)
3796+
37793797
<li>
3780-
Some minor editorial fixes and clarifications.
3798+
Some minor editorial fixes and clarifications,
3799+
including updates to vocabulary to match updates to other CSS modules.
37813800
</ul>
37823801

37833802
<h3 id="changes-20160526">

0 commit comments

Comments
 (0)