Skip to content

Commit e152f37

Browse files
committed
[css-sizing-3] Define terms 'intrinsic size' and 'intrinsic size contribution', which we use a lot but don't <dfn> anywhere.
1 parent da5fc08 commit e152f37

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

css-sizing-3/Overview.bs

+12
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ Auto Box Sizes</h3>
233233

234234
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>
235235
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.)
236243
</dl>
237244

238245
<h3 id='contributions' dfn export lt="intrinsic size contribution">
@@ -246,6 +253,11 @@ Intrinsic Size Contributions</h3>
246253
<dt><dfn lt="min-content contribution|min-content inline-size contribution|min-content block-size contribution">min-content contribution</dfn>
247254
<dd>
248255
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.
249261
</dl>
250262

251263
Intrinsic size contributions are based on the <a>outer size</a> of the box;

0 commit comments

Comments
 (0)