Skip to content

Commit ba37203

Browse files
committed
[css-sizing-3] Restructure sentence defining minimum contribution to be easier to read. Fix markup error and accidental use of size in place of contribution.
1 parent bf1450a commit ba37203

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4003,17 +4003,17 @@ Resolve Intrinsic Track Sizes</h3>
40034003
to the maximum of its items’ <a>minimum contributions</a>,
40044004
floored at zero.
40054005
The <dfn noexport id="min-size-contribution">minimum contribution</dfn> of an item
4006-
is the smallest outer size it can have.
4007-
Specifically, it is the outer size
4008-
that would result from assuming
4006+
is the smallest <a>outer size</a> it can have.
4007+
Specifically,
4008+
if the item’s computed <a>preferred size</a> [=behaves as auto=]
4009+
or depends on the size of its <a>containing block</a> in the relevant axis,
4010+
its <a>minimum contribution</a> is
4011+
the <a>outer size</a> that would result from assuming
40094012
the item’s used <a>minimum size</a>
4010-
('min-width' or 'min-height', whichever matches the relevant axis)
4011-
as its <a>preferred size</a>
4012-
('width' or 'height', whichever matches the relevant axis)
4013-
if its computed <a>preferred size</a> [=behaves as auto=]
4014-
or depends on the size of the container in the relevant axis;
4015-
else is the item’s <a>min-content contribution</a>.
4016-
Because the <a>minimum size</a> often depends
4013+
as its <a>preferred size</a>;
4014+
else the item’s <a>minimum contribution</a> is
4015+
its <a>min-content contribution</a>.
4016+
Because the <a>minimum contribution</a> often depends
40174017
on the size of the item’s content,
40184018
it is considered a type of <a>intrinsic size contribution</a>.
40194019

@@ -4826,7 +4826,7 @@ Clarifications</h4>
48264826
is taken from the minimum size.
48274827
(<a href="https://github.com/w3c/csswg-drafts/issues/3612">Issue 3612</a>)
48284828
<blockquote>
4829-
The <dfn noexport id="min-size-contribution">minimum contribution</dfn> of an item
4829+
The <a>minimum contribution</a> of an item
48304830
is the smallest outer size it can have.
48314831
Specifically, it is the outer size
48324832
that would result from assuming

0 commit comments

Comments
 (0)