@@ -892,7 +892,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
892892
893893 The <dfn value for="justify-self">auto</dfn> keyword is interpreted as
894894 ''justify-self/normal'' if the box is absolutely positioned or has no parent,
895- and as the computed value of 'justify-items' on the parent
895+ and as the computed 'justify-items' value of the parent box
896896 (minus any ''legacy'' keywords)
897897 otherwise.
898898
@@ -1099,7 +1099,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
10991099
11001100 The <dfn value for="align-self">auto</dfn> keyword is interpreted as
11011101 ''align-self/normal'' if the box is absolutely positioned or has no parent,
1102- and as the computed value of 'align-items' on the parent
1102+ and as the computed 'align-items' value of the parent box
11031103 otherwise.
11041104
11051105 The <dfn value for="align-self">normal</dfn> keyword
@@ -1340,7 +1340,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
13401340 Animatable : no
13411341 </pre>
13421342
1343- This property specifies the default 'justify-self' for all of the boxes
1343+ This property specifies the default 'justify-self' for all of the child boxes
13441344 (including anonymous boxes)
13451345 participating in this box's formatting context.
13461346 Values have the following meanings:
@@ -1392,7 +1392,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
13921392 Animatable : no
13931393 </pre>
13941394
1395- This property specifies the default 'align-self' for all of the boxes
1395+ This property specifies the default 'align-self' for all of the child boxes
13961396 (including anonymous boxes)
13971397 participating in this box's formatting context.
13981398 Values have the following meanings:
0 commit comments