@@ -890,11 +890,14 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
890
890
the box's outer edges are aligned within its <a>alignment container</a>
891
891
<a href="#alignment-values">as described by its alignment value</a> .
892
892
893
- The <dfn value for="justify-self">auto</dfn> keyword is interpreted as
894
- ''justify-self/normal'' if the box is absolutely positioned or has no parent,
895
- and as the computed 'justify-items' value of the parent box
893
+ The <dfn value for="justify-self">auto</dfn> keyword
894
+ behaves as ''justify-self/normal'' if the box has no parent,
895
+ or when determining the actual position of an absolutely positioned box.
896
+ It behaves as the computed 'justify-items' value of the parent box
896
897
(minus any ''legacy'' keywords)
897
- otherwise.
898
+ otherwise
899
+ (including when determining the <em> static</em> position
900
+ of an absolutely positioned box).
898
901
899
902
The <dfn value for="justify-self">normal</dfn> keyword
900
903
represents the “default” alignment for the layout mode.
@@ -1098,10 +1101,14 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
1098
1101
the box's outer edges are aligned within its <a>alignment container</a>
1099
1102
<a href="#alignment-values">as described by its alignment value</a> .
1100
1103
1101
- The <dfn value for="align-self">auto</dfn> keyword is interpreted as
1102
- ''align-self/normal'' if the box is absolutely positioned or has no parent,
1103
- and as the computed 'align-items' value of the parent box
1104
- otherwise.
1104
+ The <dfn value for="align-self">auto</dfn> keyword
1105
+ behaves as ''align-self/normal'' if the box has no parent,
1106
+ or when determining the actual position of an absolutely positioned box.
1107
+ It behaves as the computed 'align-items' value of the parent box
1108
+ (minus any ''legacy'' keywords)
1109
+ otherwise
1110
+ (including when determining the <em> static</em> position
1111
+ of an absolutely positioned box).
1105
1112
1106
1113
The <dfn value for="align-self">normal</dfn> keyword
1107
1114
represents the “default” alignment for the layout mode.
0 commit comments