We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7df8a7 commit 7d9b74fCopy full SHA for 7d9b74f
1 file changed
css3-flexbox/Overview.src.html
@@ -1586,8 +1586,9 @@ <h3 id='cross-sizing'>
1586
1587
<ol>
1588
<li>
1589
- Collect all the flexbox items whose inline-axis is parallel to the main-axis
1590
- and whose 'flex-item-align' is ''baseline''.
+ Collect all the flexbox items whose inline-axis is parallel to the main-axis,
+ whose 'flex-item-align' is ''baseline'',
1591
+ and whose cross-axis margins are both non-''auto''.
1592
Find the largest of the distances between each item's baseline and its hypothetical outer cross-start edge,
1593
and the largest of the distances between each item's baseline and its hypothetical outer cross-end edge,
1594
and sum these two values.
0 commit comments