@@ -22,6 +22,7 @@ spec:css21; type: property
22
22
text: min-height
23
23
text: max-width
24
24
text: max-height
25
+ spec:css-align-3; type:value; text:stretch; for:align-self
25
26
</pre>
26
27
27
28
<!-- Notes on stuff to do... [copy/pasted from etherpad, probably out-of-date, evaluate later]
@@ -265,7 +266,7 @@ New Keywords for 'width' and 'height'</h3>
265
266
is defined to apply,
266
267
size the box as if ''align-self/stretch'' were specified for that property.
267
268
(If the box does not exactly fill its <a>alignment container</a> ,
268
- the <a>alignment properties</a> will dictate how the size differential is handled.)
269
+ the <a>box alignment properties</a> will dictate how the size differential is handled.)
269
270
Otherwise,
270
271
this value behaves as the initial value.
271
272
@@ -292,7 +293,7 @@ New Keywords for 'width' and 'height'</h3>
292
293
If specified for the inline axis,
293
294
use the <a>fit-content inline size</a>
294
295
i.e.
295
- <code> min(''max-content'' , max(''min-content'' , ''stretch'' ))</code> ;
296
+ <code> min(''width/ max-content'' , max(''width/ min-content'' , ''width/ stretch'' ))</code> ;
296
297
otherwise compute to the property’s <a>initial value</a> .
297
298
298
299
<dt> <dfn for="width, max-width, height, max-height">fit-content(<<length-percentage>>)</dfn>
@@ -301,7 +302,7 @@ New Keywords for 'width' and 'height'</h3>
301
302
use the fit-content formula
302
303
with the <a>available space</a> replaced by the specified argument,
303
304
i.e.
304
- <code> min(''max-content'' , max(''min-content'' , <<length-percentage>> ))</code> ;
305
+ <code> min(''width/ max-content'' , max(''width/ min-content'' , <<length-percentage>> ))</code> ;
305
306
otherwise compute to the property’s <a>initial value</a> .
306
307
</dl>
307
308
0 commit comments