We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9455e commit e4ba66aCopy full SHA for e4ba66a
1 file changed
css3-flexbox/Overview.src.html
@@ -1646,7 +1646,16 @@ <h3 id='cross-sizing'>
1646
<ol start=8>
1647
<li id='algo-cross-line'>
1648
<strong>Calculate the cross size of each flexbox line.</strong>
1649
- For each flexbox line:
+
1650
+ <p>
1651
+ If the flexbox has only a single line
1652
+ (even if it's a <i>multi-line</i> flexbox),
1653
+ the cross size of the flexbox line
1654
+ is the flexbox's inner cross size.
1655
1656
1657
+ Otherwise,
1658
+ for each flexbox line:
1659
1660
<ol>
1661
<li>
0 commit comments