Skip to content

Commit 5a9bbe9

Browse files
committed
[css-align] Clarify that “matches” means “is parallel to”. Fixes #1423.
1 parent e1ddeea commit 5a9bbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-align/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ Baseline Content-Alignment</h3>
881881
<dt>Table Cells:
882882
<dd>
883883
A <a>table cell</a> participates in first (last) <a>baseline content-alignment</a>
884-
in its startmost (endmost) row or column (whichever matches its <a>inline axis</a>)
884+
in its startmost (endmost) row or column (whichever is parallel to its <a>inline axis</a>)
885885
if its computed 'align-content' is ''first baseline'' (''last baseline'').
886886

887887
<dt>Flex Items:
@@ -899,7 +899,7 @@ Baseline Content-Alignment</h3>
899899
<dt>Grid Items:
900900
<dd>
901901
A <a>grid item</a> participates in first (last) <a>baseline content-alignment</a>
902-
in its startmost (endmost) row or column (whichever matches its <a>inline axis</a>)
902+
in its startmost (endmost) row or column (whichever is parallel to its <a>inline axis</a>)
903903
if its computed 'align-content' is ''first baseline'' (''last baseline''),
904904
and its computed 'align-self' or 'justify-self' (whichever affects its <a>block axis</a>)
905905
is ''align-self/stretch'' or ''self-start'' (''self-end'').

0 commit comments

Comments
 (0)