We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4dc9e commit 82b9212Copy full SHA for 82b9212
css-sizing-3/Overview.bs
@@ -1161,7 +1161,9 @@ Intrinsic Contributions of Percentage-Sized Boxes</h4>
1161
when calculating the used sizes and positions of the containing block’s <em>contents</em>:
1162
1163
* If the cyclic dependency was introduced due to
1164
- a 'block-size' or 'max-block-size' on the containing block
+ 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=])
1167
that causes it to depend on the size of its contents,
1168
the box’s percentage is not resolved and instead <a>behaves as auto</a>.
1169
0 commit comments