File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,13 @@ Auto Box Sizes</h3>
233
233
234
234
Note: This is called the “shrink-to-fit” width in <a href="https://www.w3.org/TR/CSS2/visudet.html#float-width">CSS2.1§10.3.5</a>
235
235
and <a href="https://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS Multi-column Layout § 3.4</a> .
236
+
237
+ <dd> <dfn>intrinsic size</dfn>
238
+ <dd>
239
+ A <a>max-content size</a> or <a>min-content size</a> ,
240
+ i.e. a size arising primarily from the size of the content.
241
+ (Some uses of this term may refer also to sizes
242
+ derived primarily from one of these two sizes.)
236
243
</dl>
237
244
238
245
<h3 id='contributions' dfn export lt="intrinsic size contribution">
@@ -246,6 +253,11 @@ Intrinsic Size Contributions</h3>
246
253
<dt> <dfn lt="min-content contribution|min-content inline-size contribution|min-content block-size contribution">min-content contribution</dfn>
247
254
<dd>
248
255
The size that a box contributes to its <a>containing block</a> 's <a>min-content size</a> .
256
+
257
+ <dd> <dfn>intrinsic size contribution</dfn>
258
+ <dd>
259
+ A <a>max-content contribution</a> , <a>min-content contribution</a> ,
260
+ or similarly-calculated content-based size contribution.
249
261
</dl>
250
262
251
263
Intrinsic size contributions are based on the <a>outer size</a> of the box;
You can’t perform that action at this time.
0 commit comments