Skip to content

Commit 0a8d986

Browse files
committed
[css-sizing] Per WG resolution, undo the change that restricted some of the sizing keywords to only some of the sizing properties. Fixes #1913.
1 parent 02a1ab7 commit 0a8d986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-sizing-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ New Keywords for 'width' and 'height'</h3>
273273

274274
<dl dfn-type=value dfn-for="width, min-width, max-width, height, min-height, max-height">
275275
<!--
276-
<dt><dfn for="width, max-width, height, max-height">stretch</dfn>
276+
<dt><dfn>stretch</dfn>
277277
<dd>
278278
If 'align-self' or 'justify-self' (as appropriate to the relevant axis)
279279
is defined to apply,
@@ -302,15 +302,15 @@ New Keywords for 'width' and 'height'</h3>
302302
use the <a>min-content inline size</a>;
303303
otherwise compute to the property’s <a>initial value</a>.
304304
<!--
305-
<dt><dfn for="width, max-width, height, max-height">fit-content</dfn>
305+
<dt><dfn>fit-content</dfn>
306306
<dd>
307307
If specified for the inline axis,
308308
use the <a>fit-content inline size</a>
309309
i.e.
310310
<code>min(''width/max-content'', max(''width/min-content'', ''width/stretch''))</code>;
311311
otherwise compute to the property’s <a>initial value</a>.
312312
-->
313-
<dt><dfn for="width, max-width, height, max-height">fit-content(<<length-percentage>>)</dfn>
313+
<dt><dfn>fit-content(<<length-percentage>>)</dfn>
314314
<dd>
315315
If specified for the inline axis,
316316
use the fit-content formula

0 commit comments

Comments
 (0)