Skip to content

Commit ab0e4fe

Browse files
committed
[css-flexbox] Clarified that 'perform layout' means using block-level rules. Fixes #5188.
1 parent 91bab66 commit ab0e4fe

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

css-flexbox-1/Overview.bs

+12-1
Original file line numberDiff line numberDiff line change
@@ -2663,7 +2663,8 @@ Cross Size Determination</h3>
26632663
<ol class=continue>
26642664
<li id='algo-cross-item'>
26652665
<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,
26672668
treating <a value for=width>auto</a> as ''fit-content''.
26682669

26692670
<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/
37213722
<li id="change-2018-flexible-length-text">
37223723
Slightly restructured the prose in [[#resolve-flexible-lengths]]
37233724
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 &hellip;
3734+
</blockquote>
37243735
</ul>
37253736

37263737
<h3 id="changes-20171016">

0 commit comments

Comments
 (0)