Skip to content

Commit fb5f90f

Browse files
committed
[css-flexbox] Restore definition of auto which was lost in previous commit. >_<;;
1 parent bccee2e commit fb5f90f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-flexbox/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -2004,6 +2004,12 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
20042004
Values have the following meanings:
20052005

20062006
<dl dfn-type=value dfn-for="align-items, align-self">
2007+
<dt><dfn>auto</dfn>
2008+
<dd>
2009+
Defers <a>cross-axis</a> alignment control
2010+
to the value of 'align-items' on the parent box.
2011+
(This is the initial value of 'align-self'.)
2012+
20072013
<dt><dfn>flex-start</dfn>
20082014
<dd>
20092015
The <a>cross-start</a> margin edge of the <a>flex item</a>

0 commit comments

Comments
 (0)