Skip to content

Commit 6ef5d00

Browse files
committed
[css-writing-modes] DoC Issue 32. overly-long 'auto' height child block in orthogonal flow
1 parent e9bb817 commit 6ef5d00

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,9 +2090,13 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20902090

20912091
<p>
20922092
The used <i>inline size</i> of the resulting multi-column element is then calculated:
2093-
if the content neither line-wraps nor fragments within the multi-column element,
2094-
then the used <i>inline size</i> is the <i>max-content inline size</i> of the box's contents;
2095-
else it is calculated from the used 'column-width', 'column-count', and 'column-gap'.
2093+
<ol>
2094+
<li>If the content neither line-wraps nor fragments within the multi-column element,
2095+
then the used <i>inline size</i> is the <i>max-content inline size</i> of the box's contents.
2096+
This criteria gives the shrink-to-fit behavior for short orthogonal flow contents
2097+
without making a large blank space.
2098+
<li>Otherwise it is calculated from the used 'column-width', 'column-count', and 'column-gap'.
2099+
</ol>
20962100

20972101
<p>
20982102
The used <i>block size</i> of the box is either the used column length

css-writing-modes/issues-cr-2014.bs-issues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ From: Gérard Talbot
257257
Comment: http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html
258258
Response: http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html
259259
Comment: http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html
260-
Open: Figure out appropriate clarifications
260+
Closed: Question
261261
Resolved: Editorial
262262
----
263263
Issue 33.

css-writing-modes/issues-cr-2014.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2014-03-20 CR</h1>
309309
Closed: Accepted
310310
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html</a>
311311
</pre>
312-
<pre class='open' id='issue-32'>
312+
<pre class='' id='issue-32'>
313313
Issue 32. <a href='#issue-32'>#</a>
314314
Summary: overly-long 'auto' height child block in orthogonal flow
315315
From: Gérard Talbot
316316
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html</a>
317317
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html</a>
318318
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html</a>
319-
Open: Figure out appropriate clarifications
319+
Closed: Question
320320
Resolved: Editorial
321321
</pre>
322322
<pre class='a' id='issue-33'>

0 commit comments

Comments
 (0)