8000 [css-writing-modes] Notes on orthogonal flows for shrink-to-fit <http… · w3c/csswg-drafts@494ee7d · GitHub
Skip to content

Commit 494ee7d

Browse files
committed
[css-writing-modes] Notes on orthogonal flows for shrink-to-fit <https://lists.w3.org/Archives/Public/www-style/2015May/0017.html>
1 parent 747858a commit 494ee7d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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">
20802095
Auto-sizing Other Orthogonal Flow Roots</h4>
20812096

0 commit comments

Comments
 (0)