File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2663,7 +2663,8 @@ Cross Size Determination</h3>
2663
2663
<ol class=continue>
2664
2664
<li id='algo-cross-item'>
2665
2665
<strong> Determine the <dfn>hypothetical cross size</dfn> of each item</strong>
2666
- by performing layout with the used <a>main size</a> and the available space,
2666
+ by performing layout as if it were an [=in-flow=] [=block-level box=]
2667
+ with the used [=main size=] and the given available space,
2667
2668
treating <a value for=width>auto</a> as ''fit-content'' .
2668
2669
2669
2670
<li id='algo-cross-line'>
@@ -3721,6 +3722,16 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
3721
3722
<li id="change-2018-flexible-length-text">
3722
3723
Slightly restructured the prose in [[#resolve-flexible-lengths]]
3723
3724
to resolve <a href="https://github.com/w3c/csswg-drafts/issues/5179">Issue 5179</a> .
3725
+
3726
+ <li id="change-2018-cross-layout">
3727
+ Clarified that “performing layout” means using the block-level layout rules.
3728
+ (<a href="https://github.com/w3c/csswg-drafts/issues/5188">Issue 5188</a> )
3729
+
3730
+ <blockquote>
3731
+ <p><strong> Determine the <dfn>hypothetical cross size</dfn> of each item</strong>
3732
+ by performing layout <ins> as if it were an [=in-flow=] [=block-level box=]
3733
+ with the used <a>main size</a> and the <ins> given</ins> available space …
3734
+ </blockquote>
3724
3735
</ul>
3725
3736
3726
3737
<h3 id="changes-20171016">
You can’t perform that action at this time.
0 commit comments