@@ -504,19 +504,22 @@ <h2 id=display-flexbox><span class=secno>3. </span> New values for
504504
505505 < ul >
506506 < li > If any of the < a href ="#flexbox-item "> < i > flexbox items</ i > </ a > on the
507- flexbox's first line have a computed value of ‘< a
508- href ="#flex-align-baseline "> < code class =css > baseline</ code > </ a > ’
509- for ‘< a href ="#flex-item-align "> < code
507+ flexbox's first line (after reordering with ‘< a
508+ href ="#flex-order0 "> < code class =property > flex-order</ code > </ a > ’)
509+ have a computed value of ‘< a href ="#flex-align-baseline "> < code
510+ class =css > baseline</ code > </ a > ’ for ‘< a
511+ href ="#flex-item-align "> < code
510512 class =property > flex-item-align</ code > </ a > ’, the flexbox's baseline
511513 is the baseline of those < a href ="#flexbox-item "> < i > flexbox
512514 items</ i > </ a > .
513515
514516 < li > Otherwise, if the flexbox has at least one < a
515- href ="#flexbox-item "> < i > flexbox item</ i > </ a > , and its first < a
516- href ="#flexbox-item "> < i > flexbox item</ i > </ a > 's baseline is parallel
517- to the flexbox's < a href ="#main-axis "> < i > main axis</ i > </ a > , the flexbox's
518- baseline is the baseline of its first < a href ="#flexbox-item "> < i > flexbox
519- item</ i > </ a > .
517+ href ="#flexbox-item "> < i > flexbox item</ i > </ a > , and the baseline of its
518+ first < a href ="#flexbox-item "> < i > flexbox item</ i > </ a > (after reordering
519+ with ‘< a href ="#flex-order0 "> < code
520+ class =property > flex-order</ code > </ a > ’) is parallel to the flexbox's
521+ < a href ="#main-axis "> < i > main axis</ i > </ a > , the flexbox's baseline is the
522+ baseline of its first < a href ="#flexbox-item "> < i > flexbox item</ i > </ a > .
520523
521524 < li > Otherwise, the flexbox's baseline is the "after" edge of its content
522525 box.
0 commit comments