Skip to content

Commit 84dabef

Browse files
committed
[css-flexbox] Define the automatic block size of a flex container, since it's technically not defined by CSS2. w3c#4905
1 parent 9cbf855 commit 84dabef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css-flexbox-1/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,6 +2612,13 @@ Line Length Determination</h3>
26122612
<li id='algo-main-container'>
26132613
<strong>Determine the <a>main size</a> of the flex container</strong>
26142614
using the rules of the formatting context in which it participates.
2615+
2616+
<div class=note>
2617+
The [=automatic block size=] of a [=block-level=] [=flex container=]
2618+
is its [=max-content size=].
2619+
2620+
The Block Layout spec should define this equivalency, but it doesn't exist yet.
2621+
</div>
26152622
</ol>
26162623

26172624
<h3 id='main-sizing'>

0 commit comments

Comments
 (0)