@@ -2861,7 +2861,8 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
28612861 container's lines within the flex container when there is extra space in
28622862 the < i > cross-axis</ i > , similar to how ‘< a href ="#justify-content "> < code
28632863 class =property > justify-content</ code > </ a > ’ aligns individual items
2864- within the < i > main-axis</ i > :
2864+ within the < i > main-axis</ i > . Note, this property has no effect when the
2865+ flexbox has only a single line. Values have the following meanings:
28652866
28662867 < dl >
28672868 < dt > < dfn id =align-content-flex-start > ‘< code
@@ -2899,8 +2900,7 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
28992900 class =css > space-between</ code > ’</ dfn >
29002901
29012902 < dd > Lines are evenly distributed in the flex container. If the leftover
2902- free-space is negative or there is only a single line in the flex
2903- container, this value is identical to < a
2903+ free-space is negative this value is identical to < a
29042904 href ="#align-content-flex-start "> ‘< code
29052905 class =css > flex-start</ code > ’</ a > . Otherwise, the < a
29062906 href ="#cross-start "> < i > cross-start</ i > </ a > edge of the first line in the
@@ -2916,13 +2916,13 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
29162916 class =css > space-around</ code > ’</ dfn >
29172917
29182918 < dd > Lines are evenly distributed in the flex container, with half-size
2919- spaces on either end. If the leftover free-space is negative or there is
2920- only a single line in the flex container, this value is identical to < a
2921- href =" #align-content-center " > ‘ < code class =css > center</ code > ’</ a > .
2922- Otherwise, the lines in the flex container are distributed such that the
2923- empty space between any two adjacent lines is the same, and the empty
2924- space before the first and after the last lines in the flex container are
2925- half the size of the other empty spaces.
2919+ spaces on either end. If the leftover free-space is negative this value
2920+ is identical to < a href =" #align-content-center " > ‘ < code
2921+ class =css > center</ code > ’</ a > . Otherwise, the lines in the flex
2922+ container are distributed such that the empty space between any two
2923+ adjacent lines is the same, and the empty space before the first and
2924+ after the last lines in the flex container are half the size of the other
2925+ empty spaces.
29262926
29272927 < dt > < dfn id =align-content-stretch > ‘< code
29282928 class =css > stretch</ code > ’</ dfn >
0 commit comments