Skip to content

Commit aa03ede

Browse files
committed
[css-align] Apply the fixes to grid too.
1 parent 20e7011 commit aa03ede

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css-align/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,12 @@ Baseline Content-Alignment</h3>
678678
A <a>grid item</a> participates in first (last) <a>baseline content-alignment</a>
679679
in either its row or column (whichever matches its <a>inline axis</a>)
680680
if its computed 'align-content' is ''baseline'' (''last-baseline''),
681-
and its computed 'align-self' or 'justify-self' (whichever affects its <a>block axis</a>) is ''justify-self/stretch'' or ''start'' (''end'').
681+
and its computed 'align-self' or 'justify-self' (whichever affects its <a>block axis</a>)
682+
is ''align-self/stretch'' or ''self-start'' (''self-end'').
683+
For this purpose,
684+
the ''start'', ''end'', ''flex-start'', and ''flex-end'' values of 'align-self'
685+
are treated as either ''self-start'' or ''self-end'',
686+
whichever they end up equivalent to.
682687
</dl>
683688

684689
If a box spans multiple <a>shared alignment contexts</a>,

0 commit comments

Comments
 (0)