We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c69ce5 commit cbec821Copy full SHA for cbec821
1 file changed
css3-flexbox/Overview.src.html
@@ -707,8 +707,8 @@ <h3 id='abspos-items'>
707
708
<p class='note'>
709
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.
+ what the position would be if the abspos was a 0x0 in-flow flex item
+ that participated in flex layout.
712
713
<h3 id='item-margins'>
714
Flex Item Margins</h3>
@@ -2229,6 +2229,8 @@ <h3 id="flex-baselines">
2229
<dd>
2230
<p>
2231
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.
2234
2235
2236
The block-axis baseline of a table is undefined.
0 commit comments