Skip to content

Commit 5fed377

Browse files
committed
[css-align-3] Remove mention of row/column axis, since we removed them from Grid for being confusing. Fixes #1372 and #1299.
1 parent 20b15b4 commit 5fed377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-align-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
13961396
<tr>
13971397
<th>'justify-self' Axis
13981398
<td>
1399-
The grid’s <a>row axis</a> ([=inline axis=]).
1399+
The grid’s [=inline axis=].
14001400
<tr>
14011401
<th><a>Alignment Container</a>
14021402
<td>
@@ -1584,7 +1584,7 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
15841584
<tr>
15851585
<th>'align-self' Axis
15861586
<td>
1587-
The grid’s <a>column axis</a> ([=block axis=]).
1587+
The grid’s [=block axis=].
15881588
<tr>
15891589
<th><a>Alignment Container</a>
15901590
<td>
@@ -2080,7 +2080,7 @@ Determining the Baselines of a Box</h2>
20802080

20812081
<dt>table rows
20822082
<dd>
2083-
If any cells in the row participate in ''first baseline'' (''last baseline'') alignment along the row axis,
2083+
If any cells in the row participate in ''first baseline'' (''last baseline'') alignment along the [=inline axis=],
20842084
the first (last) [=baseline set=] of the row
20852085
is <a>generated</a> from their shared <a>alignment baseline</a>
20862086
and the row's <a>first available font</a>,

0 commit comments

Comments
 (0)