Skip to content

Commit e0cec73

Browse files
committed
generated markup
1 parent cbec821 commit e0cec73

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@ <h3 id=abspos-items><span class=secno>4.1. </span> Absolutely-Positioned
10571057
<i>cross-start edge</i> of the first <i>flex line</i>.
10581058

10591059
<p class=note> These rules are intended to more-or-less match what the
1060-
position would be if the abspos was a 0x0 flex item that participated in
1061-
layout.
1060+
position would be if the abspos was a 0x0 in-flow flex item that
1061+
participated in flex layout.
10621062

10631063
<h3 id=item-margins><span class=secno>4.2. </span> Flex Item Margins</h3>
10641064

@@ -2968,7 +2968,8 @@ <h3 id=flex-baselines><span class=secno>8.5. </span> Flex Baselines</h3>
29682968

29692969
<dd>
29702970
<p> The inline-axis baseline of a table box is the baseline of its first
2971-
row.
2971+
row. However, when calculating the baseline of an inline-block, table
2972+
boxes must be skipped.
29722973

29732974
<p> The block-axis baseline of a table is undefined.
29742975
</dl>

0 commit comments

Comments
 (0)