You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Determine the final cross size of each flexbox item.
1054
1054
<ol>
1055
1055
<li>If a flexbox item has ''flex-item-align:stretch'' and its
1056
-
preferred cross size is 'auto and its margin-box cross size is
1056
+
preferred cross size is 'auto' and its margin-box cross size is
1057
1057
smaller than cross-size of its flexbox line, its final cross size is
1058
1058
set so that its margin-box cross size is equal to cross-size of its flexbox line.
1059
1059
<li>For all other flexbox items, its final cross size is its hypothetical cross size.
1060
1060
</li>
1061
-
<li>If the resulting cross size of any item conflits with 'min-width', 'max-width', 'min-height' or
1061
+
<li>If the resulting cross size of any item conflicts with 'min-width', 'max-width', 'min-height' or
1062
1062
'max-height', correct the result to comply with the restrictions.</li>
1063
1063
</ol>
1064
1064
</li>
@@ -1169,7 +1169,6 @@ <h2 id="pagination">
1169
1169
1170
1170
<ol>
1171
1171
<li>In a row-direction single-line flexbox, breaks before and after items apply to the flexbox</li>
1172
-
<pclass="issue">"break-inside:avoid" in single-line horizontal should probably be applied to flexbox too.</p>
1173
1172
1174
1173
<li>In column-direction single-line flexbox and all multi-line flexboxes:
1175
1174
@@ -1238,7 +1237,6 @@ <h2 id="pagination">
1238
1237
1239
1238
<pclass="note">After the break, continuation of overflow items may overlap with other items and/or content after the flexbox. It is undesirable but there is no good resolution for this spacial conflict and this outcome is similar to effect of "overflow:visible" elsewhere.</p>
1240
1239
</li>
1241
-
</ol>
1242
1240
</li>
1243
1241
</ol>
1244
1242
</li>
@@ -1276,7 +1274,7 @@ <h2 id="pagination">
1276
1274
</li>
1277
1275
1278
1276
<li>
1279
-
<b>Row-direction flexbox:multi-line</b>
1277
+
<b>Row-direction flexbox:multi-line</b>
1280
1278
1281
1279
<ol>
1282
1280
<li>Collect items into lines and determine line heights:
@@ -1307,7 +1305,6 @@ <h2 id="pagination">
1307
1305
that have fit on the current page.</li>
1308
1306
1309
1307
<li>Line packing is done on each page, with content on the page</li>
1310
-
<pclass="issue">TODO: combine breaking algorithms for multiline in both directions. If breaks inside items are not allowed the algorithm is almost same.</p>
0 commit comments