Skip to content

Commit 2504748

Browse files
committed
1 parent b2d5791 commit 2504748

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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>&apos;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>&apos;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>

css3-flexbox/Overview.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,12 +649,11 @@ <h2 id='flex-items'>
649649
<p id="table-items">
650650
On a flex item with ''display: table'', the table wrapper box becomes the <i>flex item</i>,
651651
and the 'order' and 'align-self' properties apply to it.
652-
However, like 'width' and 'height', the 'flex' longhands apply to the table box as follows:
653652
The contents of any caption boxes contribute to the calculation of
654653
the table wrapper box's min-content and max-content sizes.
655-
However, the <i>flex item</i>&apos;s final size is calculated by
656-
first laying out the captions,
657-
and then performing layout as if the distance between
654+
However, like 'width' and 'height', the 'flex' longhands apply to the table box as follows:
655+
the <i>flex item</i>&apos;s final size is calculated
656+
by performing layout as if the distance between
658657
the table wrapper box's edges and the table box's content edges
659658
were all part of the table box's border+padding area,
660659
and the table box were the <i>flex item</i>.

0 commit comments

Comments
 (0)