@@ -300,11 +300,11 @@ Alignment Shift: 'baseline-shift' longhand</h4>
300
300
Drawing Inline Boxes</h2>
301
301
302
302
<h3 id="line-fill">
303
- Inline Box Heights: the 'something-or-other ' property</h3>
303
+ Inline Box Heights: the 'inline-sizing ' property</h3>
304
304
305
305
<pre class="propdef">
306
- Name : something-or-other
307
- Value : normal | fill
306
+ Name : inline-sizing
307
+ Value : normal | stretch
308
308
Initial : normal
309
309
Applies to : <a>inline boxes</a>
310
310
Inherited : no
@@ -319,14 +319,14 @@ Inline Box Heights: the 'something-or-other' property</h3>
319
319
(It has no effect on the size or position of the box’s contents.)
320
320
Values have the following meanings:
321
321
322
- <dl dfn-for="something-or-other " dfn-type=value>
322
+ <dl dfn-for="inline-sizing " dfn-type=value>
323
323
<dt> <dfn>normal</dfn>
324
324
<dd>
325
325
The <a>content area</a> of the <a>inline box</a>
326
326
is sized and position to fit its (possibly hypothetical) text
327
327
as specified in <a href="https://www.w3.org/TR/CSS2/visudet.html#inline-non-replaced">CSS2§10.6.1</a> .
328
328
329
- <dt> <dfn>fill </dfn>
329
+ <dt> <dfn>stretch </dfn>
330
330
<dd>
331
331
The <a>logical height</a> of the <a>content area</a>
332
332
is calculated as the <a>stretch fit</a>
@@ -335,9 +335,7 @@ Inline Box Heights: the 'something-or-other' property</h3>
335
335
coincide with the line box’s edges.
336
336
</dl>
337
337
338
- Issue: We need a meaningful name for this property.
339
-
340
- Issue: We might want to use this opportunity to more precisely define ''something-or-other/normal'' ,
338
+ Issue: We might want to use this opportunity to more precisely define ''inline-sizing/normal'' ,
341
339
rename it to match,
342
340
and possibly introduce any other values that may seem necessary.
343
341
0 commit comments