We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccee2e commit fb5f90fCopy full SHA for fb5f90f
1 file changed
css-flexbox/Overview.bs
@@ -2004,6 +2004,12 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
2004
Values have the following meanings:
2005
2006
<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
+
2013
<dt><dfn>flex-start</dfn>
2014
<dd>
2015
The <a>cross-start</a> margin edge of the <a>flex item</a>
0 commit comments