Skip to content

Commit cbec821

Browse files
committed
Added note to the definition of table baselines that they don't contribute to inline-block baselines.
1 parent 3c69ce5 commit cbec821

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,8 @@ <h3 id='abspos-items'>
707707

708708
<p class='note'>
709709
These rules are intended to more-or-less match
710-
what the position would be if the abspos was a 0x0 flex item
711-
that participated in layout.
710+
what the position would be if the abspos was a 0x0 in-flow flex item
711+
that participated in flex layout.
712712

713713
<h3 id='item-margins'>
714714
Flex Item Margins</h3>
@@ -2229,6 +2229,8 @@ <h3 id="flex-baselines">
22292229
<dd>
22302230
<p>
22312231
The inline-axis baseline of a table box is the baseline of its first row.
2232+
However, when calculating the baseline of an inline-block,
2233+
table boxes must be skipped.
22322234

22332235
<p>
22342236
The block-axis baseline of a table is undefined.

0 commit comments

Comments
 (0)