Skip to content

Commit eace7e5

Browse files
committed
Add issue wrt multicol intrinsic extents
1 parent b6b0633 commit eace7e5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

css3-sizing/Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,10 @@ <h2 id=terms><span class=secno>2. </span> Terminology</h2>
384384
<dt><dfn id=min-content-extent>min-content extent</dfn>
385385

386386
<dd> Equivalent to the <a href="#max-content-extent"><i>max-content
387-
extent</i></a>.
387+
extent</i></a>. <span class=issue>Or should this be the minimum between
388+
allowed break points? It might make sense in multi-col contexts to have
389+
min-content and max-content extents be different, even if they are the
390+
same elsewhere.</span>
388391

389392
<dt><dfn id=fit-content-extent>fit-content extent</dfn>
390393

css3-sizing/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ <h2 id="terms">
220220
<dt><dfn>min-content extent</dfn>
221221
<dd>
222222
Equivalent to the <i>max-content extent</i>.
223+
<span class="issue">Or should this be the minimum between allowed break points? It might make sense in multi-col contexts to have min-content and max-content extents be different, even if they are the same elsewhere.</span>
223224

224225
<dt><dfn>fit-content extent</dfn>
225226
<dd>

0 commit comments

Comments
 (0)