We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f2439 commit 897c336Copy full SHA for 897c336
css-sizing-3/Overview.bs
@@ -148,6 +148,10 @@ Terminology</h2>
148
A size that is not <a>definite</a>.
149
<a>Indefinite</a> <a>available space</a> is essentially infinite.
150
151
+ Note: [=intrinsic sizing=] keywords such as ''width/max-content'' are indefinite,
152
+ even if they can be determined without laying out the children
153
+ e.g. due to [=size containment=] or lack of children.
154
+
155
<dt><dfn id="available" local-lt="available" lt="available space|available inline space|available block space">available space</dfn>
156
<dd>
157
A size representing the space into which a box is laid out,
0 commit comments