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
Independently in each dimension, the <a>available grid space</a> is:
3733
3737
3734
-
* If the <a>grid container's</a> size is definite, then use the size of the resulting content box.
3735
-
* If the <a>grid container</a> is being sized under a <a>min-content constraint</a> or <a>max-content constraint</a> , then the <a>available grid space</a> is that constraint (and is indefinite).
3738
+
* If the <a>grid container's</a> size is definite,
3739
+
then use the size of its content box.
3740
+
* If the <a>grid container</a> is being sized under
3741
+
a <a>min-content constraint</a> or <a>max-content constraint</a>
3742
+
then the <a>available grid space</a> is that constraint
3743
+
(and is indefinite).
3736
3744
3737
3745
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''.
3738
3746
@@ -4162,7 +4170,8 @@ Maximize Tracks</h3>
4162
4170
4163
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>,
4164
4172
then redo this step,
4165
-
treating the <a>available grid space</a> as equal to the <a>grid container's</a> content box size
4173
+
treating the <a>available grid space</a> as equal to
4174
+
the <a>grid container's</a><a>inner size</a>
4166
4175
when it's sized to its <a property lt=max-width>max-width/height</a>.
(or larger than the <a>grid container's</a><a property lt=max-width>max-width/height</a>),
4209
4218
then redo this step,
4210
4219
treating the <a>free space</a> as definite
4211
-
and the <a>available grid space</a> as equal to the <a>grid container's</a> content box size when it's sized to its <a property lt=min-width>min-width/height</a> (<a property lt=max-width>max-width/height</a>).
4220
+
and the <a>available grid space</a> as equal to
4221
+
the <a>grid container's</a><a>inner size</a>
4222
+
when it's sized to its <a property lt=min-width>min-width/height</a>
0 commit comments