Skip to content

Commit 82b9212

Browse files
committed
[css-sizing-3] Genericize the properties slightly, so flex-basis properly falls under it. #6822
1 parent ca4dc9e commit 82b9212

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-sizing-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,9 @@ Intrinsic Contributions of Percentage-Sized Boxes</h4>
11611161
when calculating the used sizes and positions of the containing block’s <em>contents</em>:
11621162

11631163
* If the cyclic dependency was introduced due to
1164-
a 'block-size' or 'max-block-size' on the containing block
1164+
a [=block-axis=] size other than a [=minimum size=] on the containing block
1165+
(i.e. a 'block-size' or 'max-block-size' in most layout modes,
1166+
or a 'flex-basis' in [=flex layout=])
11651167
that causes it to depend on the size of its contents,
11661168
the box’s percentage is not resolved and instead <a>behaves as auto</a>.
11671169

0 commit comments

Comments
 (0)