@@ -300,11 +300,11 @@ Alignment Shift: 'baseline-shift' longhand</h4>
300300Drawing Inline Boxes</h2>
301301
302302<h3 id="line-fill">
303- Inline Box Heights: the 'something-or-other ' property</h3>
303+ Inline Box Heights: the 'inline-sizing ' property</h3>
304304
305305 <pre class="propdef">
306- Name : something-or-other
307- Value : normal | fill
306+ Name : inline-sizing
307+ Value : normal | stretch
308308 Initial : normal
309309 Applies to : <a>inline boxes</a>
310310 Inherited : no
@@ -319,14 +319,14 @@ Inline Box Heights: the 'something-or-other' property</h3>
319319 (It has no effect on the size or position of the box’s contents.)
320320 Values have the following meanings:
321321
322- <dl dfn-for="something-or-other " dfn-type=value>
322+ <dl dfn-for="inline-sizing " dfn-type=value>
323323 <dt> <dfn>normal</dfn>
324324 <dd>
325325 The <a>content area</a> of the <a>inline box</a>
326326 is sized and position to fit its (possibly hypothetical) text
327327 as specified in <a href="https://www.w3.org/TR/CSS2/visudet.html#inline-non-replaced">CSS2§10.6.1</a> .
328328
329- <dt> <dfn>fill </dfn>
329+ <dt> <dfn>stretch </dfn>
330330 <dd>
331331 The <a>logical height</a> of the <a>content area</a>
332332 is calculated as the <a>stretch fit</a>
@@ -335,9 +335,7 @@ Inline Box Heights: the 'something-or-other' property</h3>
335335 coincide with the line box’s edges.
336336 </dl>
337337
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'' ,
341339 rename it to match,
342340 and possibly introduce any other values that may seem necessary.
343341
0 commit comments