Skip to content

Commit 6e04073

Browse files
committed
[css-flexbox] Clarify specified size in previous edit. w3c#1435.
1 parent bfa0572 commit 6e04073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2860,7 +2860,7 @@ Flex Item Intrinsic Size Contributions</h4>
28602860

28612861
The <strong>main-size <a>max-content contribution</a> of a <a>flex item</a></strong>
28622862
is the larger of its <em>outer</em> <a>max-content size</a>
2863-
and specified size (if that is <a>definite</a>),
2863+
and specified size (its 'width'/'height' as appropriate, if that is <a>definite</a>),
28642864
clamped by its <a>flex base size</a> as a maximum (if it is not growable)
28652865
and/or as a minimum (if it is not shrinkable),
28662866
and then further clamped by its <a lt="min main size property">min</a>/<a>max main size properties</a>.
@@ -3476,7 +3476,7 @@ Substantive Changes and Bugfixes</h4>
34763476
<blockquote>
34773477
<p>The <strong>main-size <a>max-content contribution</a> of a <a>flex item</a></strong>
34783478
is <ins>the larger of</ins> its <em>outer</em> <a>max-content size</a>
3479-
<ins>and specified size (if that is <a>definite</a>)</ins>,
3479+
<ins>and specified size (its 'width'/'height' as appropriate, if that is <a>definite</a>)</ins>,
34803480
clamped by its <a>flex base size</a> as a maximum (if it is not growable)
34813481
and/or as a minimum (if it is not shrinkable),
34823482
and then further clamped by its <a lt="min main size property">min</a>/<a>max main size properties</a>.

0 commit comments

Comments
 (0)