File tree 2 files changed +5
-4220
lines changed 2 files changed +5
-4220
lines changed Original file line number Diff line number Diff line change @@ -656,6 +656,8 @@ Absolutely-Positioned Flex Children</h3>
656
656
as if it were the sole <a>flex item</a> in the <a>flex container</a> ,
657
657
assuming both the child and the flex container
658
658
were fixed-size boxes of their used size.
659
+ For this purpose,
660
+ a value of ''align-self: auto'' is treated identically to ''align-self/start'' .
659
661
660
662
<div class='example'>
661
663
The effect of this is that if you set, for example,
@@ -1958,7 +1960,9 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
1958
1960
If either of the <a>flex item's</a> cross-axis margins are <a value for=margin>auto</a> ,
1959
1961
'align-self' has no effect.
1960
1962
1961
- A value of <dfn value for=align-self>auto</dfn> for 'align-self'
1963
+ On <a>absolutely positioned</a> elements,
1964
+ a value of ''align-self/auto'' computes to itself.
1965
+ On all other elements, a value of <dfn value for=align-self>auto</dfn> for 'align-self'
1962
1966
computes to the value of 'align-items' on the element’s parent,
1963
1967
or ''align-self/stretch'' if the element has no parent.
1964
1968
The alignments are defined as:
You can’t perform that action at this time.
0 commit comments