Skip to content

Commit 346e959

Browse files
committed
[css-grid] Tweak further.
1 parent c7113b6 commit 346e959

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3022,9 +3022,8 @@ Definition of Terms for use in Calculating Grid Track Sizes</h3>
30223022

30233023
<dt><dfn>remaining space</dfn>
30243024
<dd>
3025-
Equal to the <a>available space</a> minus the sum of the <a>base sizes</a> of all the grid tracks
3026-
or zero,
3027-
whichever is greater.
3025+
Equal to the <a>available space</a> minus the sum of the <a>base sizes</a> of all the grid tracks,
3026+
clamped to a minimum of zero.
30283027
This value can change over the course of the algorithm,
30293028
as <a>base sizes</a> are adjusted.
30303029

css-grid/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,9 +2996,8 @@ <h3 class="heading settled heading" data-level=11.1 id=algo-terms><span class=se
29962996

29972997
<dt><dfn data-dfn-type=dfn data-noexport="" id=remaining-space>remaining space<a class=self-link href=#remaining-space></a></dfn>
29982998
<dd>
2999-
Equal to the <a data-link-type=dfn href=#available-space title="available space">available space</a> minus the sum of the <a data-link-type=dfn href=#base-size title="base sizes">base sizes</a> of all the grid tracks
3000-
or zero,
3001-
whichever is greater.
2999+
Equal to the <a data-link-type=dfn href=#available-space title="available space">available space</a> minus the sum of the <a data-link-type=dfn href=#base-size title="base sizes">base sizes</a> of all the grid tracks,
3000+
clamped to a minimum of zero.
30023001
This value can change over the course of the algorithm,
30033002
as <a data-link-type=dfn href=#base-size title="base sizes">base sizes</a> are adjusted.
30043003

0 commit comments

Comments
 (0)