We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ff766 commit bccee2eCopy full SHA for bccee2e
css-flexbox/Overview.bs
@@ -2001,12 +2001,7 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
2001
If either of the <a>flex item's</a> cross-axis margins are <a value for=margin>auto</a>,
2002
'align-self' has no effect.
2003
2004
- On absolutely positioned elements,
2005
- a value of ''align-self/auto'' computes to itself.
2006
- On all other elements, a value of <dfn value for=align-self>auto</dfn> for 'align-self'
2007
- computes to the value of 'align-items' on the element’s parent,
2008
- or ''align-self/stretch'' if the element has no parent.
2009
- The alignments are defined as:
+ Values have the following meanings:
2010
2011
<dl dfn-type=value dfn-for="align-items, align-self">
2012
<dt><dfn>flex-start</dfn>
0 commit comments