Skip to content

Commit ae3332a

Browse files
committed
[css-inline-3] Name inline-sizing property per WG resolution. #2989
1 parent 12aa3b4 commit ae3332a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

css-inline-3/Overview.bs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ Alignment Shift: 'baseline-shift' longhand
300300
Drawing Inline Boxes
301301

302302

303-
Inline Box Heights: the 'something-or-other' property
303+
Inline Box Heights: the 'inline-sizing' property
304304

305305
306-
Name: something-or-other
307-
Value: normal | fill
306+
Name: inline-sizing
307+
Value: normal | stretch
308308
Initial: normal
309309
Applies to: inline boxes
310310
Inherited: no
@@ -319,14 +319,14 @@ Inline Box Heights: the 'something-or-other' property
319319
(It has no effect on the size or position of the box’s contents.)
320320
Values have the following meanings:
321321

322-
something-or-other" dfn-type=value>
322+
inline-sizing" dfn-type=value>
323323
normal
324324
325325
326326
is sized and position to fit its (possibly hypothetical) text
327327
as specified in CSS2§10.6.1.
328328

329-
fill
329+
stretch
330330
331331
332332
is calculated as the stretch fit
@@ -335,9 +335,7 @@ Inline Box Heights: the 'something-or-other' property
335335
coincide with the line box’s edges.
336336
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

Comments
 (0)