@@ -979,17 +979,17 @@ <h2 id=flex-items><span class=secno>4. </span> Flex Items</h2>
979979 table</ code > ’, the table wrapper box becomes the < a
980980 href ="#flex-item "> < i > flex item</ i > </ a > , and the ‘< a href ="#order "> < code
981981 class =property > order</ code > </ a > ’ and ‘< a href ="#align-self "> < code
982- class =property > align-self</ code > </ a > ’ properties apply to it. However,
983- like ‘< code class =property > width</ code > ’ and ‘< code
982+ class =property > align-self</ code > </ a > ’ properties apply to it. The
983+ contents of any caption boxes contribute to the calculation of the table
984+ wrapper box's min-content and max-content sizes. However, like ‘< code
985+ class =property > width</ code > ’ and ‘< code
984986 class =property > height</ code > ’, the ‘< a href ="#flex "> < code
985987 class =property > flex</ code > </ a > ’ longhands apply to the table box as
986- follows: The contents of any caption boxes contribute to the calculation
987- of the table wrapper box's min-content and max-content sizes. However, the
988- < a href ="#flex-item "> < i > flex item</ i > </ a > 's final size is calculated
989- by first laying out the captions, and then performing layout as if the
990- distance between the table wrapper box's edges and the table box's content
991- edges were all part of the table box's border+padding area, and the table
992- box were the < a href ="#flex-item "> < i > flex item</ i > </ a > .
988+ follows: the < a href ="#flex-item "> < i > flex item</ i > </ a > 's final size
989+ is calculated by performing layout as if the distance between the table
990+ wrapper box's edges and the table box's content edges were all part of the
991+ table box's border+padding area, and the table box were the < a
992+ href ="#flex-item "> < i > flex item</ i > </ a > .
993993
994994 < h3 id =abspos-items > < span class =secno > 4.1. </ span > Absolutely-Positioned
995995 Flex Items</ h3 >
0 commit comments