@@ -1764,21 +1764,26 @@ <h2 id=layout-algorithm><span class=secno>7. </span> Flexbox Layout
17641764 < li > Reorder flexbox items according to ‘< a
17651765 href ="#flex-order0 "> < code class =property > flex-order</ code > </ a > ’.
17661766
1767- < li > Find the " hypothetical size" of every flexbox item.
1767+ < li > Find the hypothetical main size of every flexbox item.
17681768
17691769 < li > Linebreak the flexbox, if it's multi-line.
17701770
17711771 < li > Based on the hypothetical sizes of the items, find the real main size
1772- of the flexbox and the hypothetical cross size .
1772+ of the flexbox.
17731773
17741774 < li > Resolve any flexible lengths. All items now have a real main size.
17751775
1776- < li > Align in the main axis, per ‘ < a href =" #flex-pack0 " > < code
1777- class = property > flex-pack </ code > </ a > ’ .
1776+ < li > Update layout for the items based on their real main sizes, and
1777+ determine their hypothetical cross size .
17781778
17791779 < li > Based on ‘< a href ="#flex-align0 "> < code
17801780 class =property > flex-align</ code > </ a > ’, find the real cross size of
1781- the flexbox, its lines, and the items.
1781+ the flexbox and its lines.
1782+
1783+ < li > Update layout for the items based on their real cross sizes.
1784+
1785+ < li > Align in the main axis, per ‘< a href ="#flex-pack0 "> < code
1786+ class =property > flex-pack</ code > </ a > ’.
17821787
17831788 < li > Align in the cross axis, per ‘< a href ="#flex-align0 "> < code
17841789 class =property > flex-align</ code > </ a > ’.
0 commit comments