Skip to content

Commit cc3aad3

Browse files
committed
[css-grid-1] Audit inner/outer widths. #2655
1 parent 30efbc6 commit cc3aad3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

css-grid-1/Overview.bs

+9-2
Original file line numberDiff line numberDiff line change
@@ -3744,7 +3744,9 @@ Track Sizing Terminology</h3>
37443744

37453745
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''.
37463746

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.
37483750

37493751
<dt><dfn>free space</dfn>
37503752
<dd>
@@ -4168,7 +4170,9 @@ Maximize Tracks</h3>
41684170
if sizing under a <a>min-content constraint</a>,
41694171
the <a>free space</a> is zero.
41704172

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>,
41724176
then redo this step,
41734177
treating the <a>available grid space</a> as equal to
41744178
the <a>grid container's</a> <a>inner size</a>
@@ -4540,6 +4544,9 @@ Clarifications</h4>
45404544
Their widths need to be incorporated into
45414545
the <a>track sizing algorithm</a>’s calculations accordingly.</ins>
45424546
</blockquote>
4547+
<li id="change-2017-inner-outer">
4548+
Clarify inner vs. outer sizes in various instances.
4549+
(<a href="https://github.com/w3c/csswg-drafts/issues/2655">Issue 2655</a>)
45434550
</ul>
45444551

45454552
<h3 id="changes-2016">

0 commit comments

Comments
 (0)