You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: ''auto'' sizes that indicate content-based sizing (e.g. the height of a block-level box in horizontal writing modes) are equivalent to ''max-content''.
3746
3746
3747
-
In all cases, clamp the <a>available grid space</a> by the <a>grid container's</a> min/max-width/height properties, if they are definite.
3747
+
In all cases, clamp the <a>available grid space</a>
3748
+
according to the <a>grid container's</a> min/max-width/height properties,
3749
+
if they are definite.
3748
3750
3749
3751
<dt><dfn>free space</dfn>
3750
3752
<dd>
@@ -4168,7 +4170,9 @@ Maximize Tracks</h3>
4168
4170
if sizing under a <a>min-content constraint</a>,
4169
4171
the <a>free space</a> is zero.
4170
4172
4171
-
If this would cause the grid to be larger than the <a>grid container's</a><a property lt=max-width>max-width/height</a>,
4173
+
If this would cause the grid to be larger than
4174
+
the <a>grid container's</a><a>inner size</a>
4175
+
as limited by its <a property lt=max-width>max-width/height</a>,
4172
4176
then redo this step,
4173
4177
treating the <a>available grid space</a> as equal to
4174
4178
the <a>grid container's</a><a>inner size</a>
@@ -4540,6 +4544,9 @@ Clarifications</h4>
4540
4544
Their widths need to be incorporated into
4541
4545
the <a>track sizing algorithm</a>’s calculations accordingly.</ins>
4542
4546
</blockquote>
4547
+
<li id="change-2017-inner-outer">
4548
+
Clarify inner vs. outer sizes in various instances.
0 commit comments