Skip to content

Commit 9fb0d3f

Browse files
committed
[css-flexbox-1] Minimal changes to stop defining 'auto' keyword's existence here; propdefs are now in css-sizing. #1920
1 parent c92c303 commit 9fb0d3f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

css-flexbox-1/Overview.bs

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -904,24 +904,17 @@ Automatic Minimum Size of Flex Items</h3>
904904
this specification introduces a new ''min-width/auto'' value
905905
as the initial value of the 'min-width' and 'min-height' properties defined in CSS 2.1. [[!CSS21]]
906906

907-
<pre class="propdef partial">
908-
Name: min-width, min-height
909-
New values: auto
910-
New initial value: auto
911-
New computed value: the percentage as specified or the absolute length or a keyword
912-
</pre>
913-
914-
<dl dfn-type=value dfn-for="min-width, min-height">
915-
<dt><dfn>auto</dfn>
907+
<dl>
908+
<dt>''min-width/height: auto''
916909
<dd>
917910
On a <a>flex item</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a>,
918911
when specified on the <a>flex item's</a> main-axis min-size property,
919912
specifies an <a>automatic minimum size</a>.
920-
It otherwise computes to ''0''
913+
Otherwise computes to ''0''
921914
(unless otherwise defined by a future specification).
922915
</dl>
923916

924-
In general, the <dfn dfn export>automatic minimum size</dfn> of a <a>flex item</a>
917+
In general, the <a>automatic minimum size</a> of a <a>flex item</a>
925918
is the smaller of its <a>content size</a> and its <a>specified size</a>.
926919
However, if the box has an aspect ratio and no <a>specified size</a>,
927920
its <a>automatic minimum size</a>

0 commit comments

Comments
 (0)