Skip to content

Commit 7d9b74f

Browse files
committed
Make auto margins win over baseline alignment.
--HG-- extra : rebase_source : 6585732cb0207b1e523ac7aeb130f3fe1c2e4908
1 parent e7df8a7 commit 7d9b74f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,8 +1586,9 @@ <h3 id='cross-sizing'>
15861586

15871587
<ol>
15881588
<li>
1589-
Collect all the flexbox items whose inline-axis is parallel to the main-axis
1590-
and whose 'flex-item-align' is ''baseline''.
1589+
Collect all the flexbox items whose inline-axis is parallel to the main-axis,
1590+
whose 'flex-item-align' is ''baseline'',
1591+
and whose cross-axis margins are both non-''auto''.
15911592
Find the largest of the distances between each item's baseline and its hypothetical outer cross-start edge,
15921593
and the largest of the distances between each item's baseline and its hypothetical outer cross-end edge,
15931594
and sum these two values.

0 commit comments

Comments
 (0)