[css-flexbox] Example 3 (on abspos flex items) mistakenly says align-content
when it means align-self
#436
Labels
Milestone
Filing a bug on a typo in flexbox spec section 4.1. Absolutely-Positioned Flex Children -- specifically, Example 3 inside that section.
Example 3 says:
I'm 95% sure that means to say
align-self
, NOTalign-content
, for several reasons:*-self
properties do -- position the thing they're applied to -- whereas the*-content
properties control alignment inside of the thing they're applied to.align-content
has no effect" (because it's about aligning flex lines -- and in a single-line flexbox, "the cross size of the line is the cross size of the flex container" which means there's nothing foralign-content
to do).The text was updated successfully, but these errors were encountered: