Skip to content

Commit 33a9e68

Browse files
committed
[css-grid-2] Apply 93b0393 to grid-2
1 parent 93874bd commit 33a9e68

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

css-grid-2/Overview.bs

+12-10
Original file line numberDiff line numberDiff line change
@@ -5017,16 +5017,18 @@ Resolve Intrinsic Track Sizes</h3>
50175017
Distributing Extra Space Across Spanned Tracks</h4>
50185018

50195019
<div algorithm>
5020-
To <dfn noexport>distribute extra space</dfn>
5021-
to the [=base sizes=] or [=growth limits=] (the |affected size|s)
5022-
of a set of tracks (the |affected track|s)
5023-
to accommodate specific intrinsic size contributions (the |size contribution|s)
5024-
of a set of grid items spanning those tracks (the |item|s),
5025-
potentially preferring a subset of those tracks
5026-
(the optional |preferred track|s);
5027-
defaulting to all |affected tracks|
5028-
if there is no |track preference|--
5029-
as distinct from an empty list of |preferred track|s):
5020+
To <dfn noexport>distribute extra space</dfn>,
5021+
perform the following steps,
5022+
with these inputs:
5023+
5024+
* whether to affect [=base sizes=] or [=growth limits=] (the |affected size|s).
5025+
* which tracks to affect (the |affected track|s).
5026+
* what intrinsic size contributions are being accommodated (the |size contribution|s)
5027+
of which grid items spanning those tracks (the |item|s).
5028+
* optionally, a preferred subset of the |affected tracks| (the |preferred track|s),
5029+
indicating a |track preference| (even if the subset is empty);
5030+
if no |track preference|,
5031+
the |preferred track|s default to all |affected track|s.
50305032

50315033
<ol>
50325034
<li>

0 commit comments

Comments
 (0)