@@ -2585,20 +2585,20 @@ <h3 id=align-items-property><span class=secno>8.3. </span> Cross-axis
25852585
25862586 < dt > < dfn id =align-items-center > ‘< code class =css > center</ code > ’</ dfn >
25872587
2588- < dd > The < a href ="#flex-item "> < i > flex item</ i > </ a > ‘ < code class = css > s
2589- margin box is centered in the < a href ="#cross-axis "> < i > cross axis</ i > </ a >
2590- within the line. (If the < a href ="#cross-size "> < i > cross size</ i > </ a > of
2591- the flex line is less than that of the < a href ="#flex-item "> < i > flex
2592- item </ i > </ a > , it will overflow equally in both directions.) </ code >
2588+ < dd > The < a href ="#flex-item "> < i > flex item</ i > </ a > 's margin box is
2589+ centered in the < a href ="#cross-axis "> < i > cross axis</ i > </ a > within the
2590+ line. (If the < a href ="#cross-size "> < i > cross size</ i > </ a > of the flex
2591+ line is less than that of the < a href ="#flex-item "> < i > flex item </ i > </ a > ,
2592+ it will overflow equally in both directions.)
25932593
2594- < dt > < dfn id =align-items-baseline > ’ ‘< code
2595- class =property > baseline</ code > ’‘ < code class = css > </ code > </ dfn >
2594+ < dt > < dfn id =align-items-baseline > ‘< code
2595+ class =css > baseline</ code > ’</ dfn >
25962596
25972597 < dd >
25982598 < p > If the < a href ="#flex-item "> < i > flex item</ i > </ a > 's inline axis
25992599 is the same as the < a href ="#cross-axis "> < i > cross axis</ i > </ a > , this
2600- value is identical to ’ ‘< a href ="#align-content-flex-start "> < code
2601- class =property > flex-start</ code > </ a > ’‘ < code class = css > . </ code >
2600+ value is identical to ‘< a href ="#align-content-flex-start "> < code
2601+ class =css > flex-start</ code > </ a > ’.
26022602
26032603 < p > Otherwise, it participates in baseline alignment: all participating
26042604 < a href ="#flex-item "> < i > flex items</ i > </ a > on the line are aligned such
@@ -2608,18 +2608,17 @@ <h3 id=align-items-property><span class=secno>8.3. </span> Cross-axis
26082608 against the < a href ="#cross-start "> < i > cross-start</ i > </ a > edge of the
26092609 line.
26102610
2611- < dt > < dfn id =align-items-stretch > ’ ‘< code
2612- class = property > stretch </ code > ’‘ < code class = css > </ code > </ dfn >
2611+ < dt > < dfn id =align-items-stretch > ‘< code class = css > stretch </ code > ’ </ dfn >
2612+
26132613
26142614 < dd >
26152615 < p > If the < a href ="#cross-size-property "> < i > cross size property</ i > </ a >
2616- of the < a href ="#flex-item "> < i > flex item</ i > </ a > is ’‘< a
2617- href ="#align-self-auto "> < code class =property > auto</ code > </ a > ’‘< code
2618- class =css > , its used value is the length necessary to make the < a
2619- href ="#cross-size "> < i > cross size</ i > </ a > of the item</ code > ’s margin
2620- box as close to the same size as the line as possible, while still
2621- respecting the constraints imposed by ‘< code
2622- class =css > min/max-width/height</ code > ’.
2616+ of the < a href ="#flex-item "> < i > flex item</ i > </ a > is ‘< a
2617+ href ="#align-self-auto "> < code class =css > auto</ code > </ a > ’, its used
2618+ value is the length necessary to make the < a href ="#cross-size "> < i > cross
2619+ size</ i > </ a > of the item's margin box as close to the same size as the
2620+ line as possible, while still respecting the constraints imposed by
2621+ ‘< code class =css > min/max-width/height</ code > ’.
26232622
26242623 < p class =note > Note that if the flex container's height is constrained
26252624 this value may cause the contents of the < a href ="#flex-item "> < i > flex
0 commit comments