Skip to content

Commit caa384c

Browse files
committed
[css-sizing] fix linking errors
1 parent 6a3be51 commit caa384c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-sizing-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ spec:css21; type: property
2222
text: min-height
2323
text: max-width
2424
text: max-height
25+
spec:css-align-3; type:value; text:stretch; for:align-self
2526
</pre>
2627

2728
<!-- 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>
265266
is defined to apply,
266267
size the box as if ''align-self/stretch'' were specified for that property.
267268
(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.)
269270
Otherwise,
270271
this value behaves as the initial value.
271272

@@ -292,7 +293,7 @@ New Keywords for 'width' and 'height'</h3>
292293
If specified for the inline axis,
293294
use the <a>fit-content inline size</a>
294295
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>;
296297
otherwise compute to the property’s <a>initial value</a>.
297298

298299
<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>
301302
use the fit-content formula
302303
with the <a>available space</a> replaced by the specified argument,
303304
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>;
305306
otherwise compute to the property’s <a>initial value</a>.
306307
</dl>
307308

0 commit comments

Comments
 (0)