Skip to content

Commit c96be08

Browse files
committed
[css-align] Fix errors in flex baseline content-alignment section
1 parent d772c49 commit c96be08

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

css-align/Overview.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,13 @@ Baseline Content-Alignment</h3>
665665
<dd>
666666
A <a>flex item</a> participates in first (last) <a>baseline content-alignment</a>
667667
in its flex line if
668-
its computed 'align-content' is ''baseline'' (''last-baseline'')
669-
and its computed 'align-self' is ''align-self/stretch'' or ''start'' (''end'').
668+
its computed 'align-content' is ''baseline'' (''last-baseline''),
669+
its <a>inline axis</a> is parallel to the <a>main axis</a>,
670+
and its computed 'align-self' is ''align-self/stretch'' or ''self-start'' (''self-end'').
671+
For this purpose,
672+
the ''start'', ''end'', ''flex-start'', and ''flex-end'' values of 'align-self'
673+
are treated as either ''start'' or ''end'',
674+
whichever they end up equivalent to.
670675

671676
<dt>Grid Items:
672677
<dd>

0 commit comments

Comments
 (0)