Skip to content

Commit b649337

Browse files
committed
[css-align] Use more explicit terminology for the axis used by static-pos *-self. Fixes #1443.
1 parent 4277c9e commit b649337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
11241124
<tr>
11251125
<th>'justify-self' Axis
11261126
<td>
1127-
The same axis that 'justify-self' corresponds to for in-flow children of the box's parent
1127+
The inline/row/main axis of the box's parent box.
11281128
<tr>
11291129
<th><a>Alignment Container</a>
11301130
<td>
@@ -1320,7 +1320,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
13201320
<tr>
13211321
<th>'align-self' Axis
13221322
<td>
1323-
The same axis that 'align-self' corresponds to for in-flow children of the box's parent
1323+
The block/column/cross axis of the box's parent box.
13241324
<tr>
13251325
<th><a>Alignment Container</a>
13261326
<td>

0 commit comments

Comments
 (0)