File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2076,6 +2076,21 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20762076
20772077 <p class="issue"> <a href="https://lists.w3.org/Archives/Public/www-style/2015Apr/0212.html">Defer proposal in ML</a> not resolved yet</p>
20782078
2079+ <div class="note">
2080+ <p>
2081+ This section defines that
2082+ when a child box establishes an orthogonal flow,
2083+ the used <i> block size</i> of the child is
2084+ the <i> inline-axis</i> <var> min-content</var> and <var> max-content</var> of the parent.
2085+ <p>
2086+ This means that when applying shrink-to-fit formula to a box
2087+ such as an inline-block or a table-cell,
2088+ and if its child establishes an orthogonal flow,
2089+ the calculation dependency must be changed so that
2090+ the sizing phase of the child runs first and
2091+ its used <i> block size</i> becomes an input to the shrink-to-fit formula of the parent.
2092+ </div>
2093+
20792094<h4 id="orthogonal-layout">
20802095Auto-sizing Other Orthogonal Flow Roots</h4>
20812096
You can’t perform that action at this time.
0 commit comments