Skip to content

Commit dc62375

Browse files
committed
[css-sizing] Add percentage sizing section to hold flexbox resolution wrt intrinsic min-sizes.
1 parent f0aed26 commit dc62375

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

css-sizing/Overview.bs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,9 @@ Extrinsic Size Determination</h2>
541541
<dfn export>Extrinsic sizing</dfn> determines sizes based on the context of an element,
542542
without regard for its contents.
543543

544+
<h3 id="fill-available-sizing">
545+
Fill-available Sizing</h3>
546+
544547
<p>
545548
The inner <a>fill-available inline size</a> of a box is&hellip;
546549
<ul>
@@ -565,6 +568,20 @@ Extrinsic Size Determination</h2>
565568
<a href="http://lists.w3.org/Archives/Public/www-style/2012Oct/0204.html">Example.</a>
566569
Maybe it should stop at each formatting root, or something similar?
567570

571+
<h3 id="percentage-sizing">
572+
Percentage Sizing</h3>
573+
574+
Issue: Write something useful here. Like about when to fall back to auto or whatever.
575+
576+
In order to prevent cyclic sizing,
577+
the ''min-height/auto'' value of 'min-height' and 'max-height'
578+
does not factor into the percentage size resolution of the box’s contents.
579+
For example, a percentage-height block
580+
whose <a>flex item</a> parent has
581+
''height: 120em; min-height: auto'' will size itself against ''height: 120em''
582+
regardless of the impact that 'min-height' might have
583+
on the used size of the <a>flex item</a>.
584+
568585
<h2 class=no-num id="changes">
569586
Changes</h2>
570587

0 commit comments

Comments
 (0)