File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments