Skip to content

Commit 8fa1740

Browse files
committed
Specify that grid areas are definite after track sizing is done. Fixes #1319. Fixes #1320.
1 parent 3ddc288 commit 8fa1740

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css-grid/Overview.bs

+7
Original file line numberDiff line numberDiff line change
@@ -3554,6 +3554,13 @@ Grid Sizing Algorithm</h3>
35543554

35553555
Once the size of each <a>grid area</a> is thus established,
35563556
the <a>grid items</a> are laid out into their respective containing blocks.
3557+
The <a>grid area’s</a> width and height are considered <a>definite</a> for this purpose.
3558+
3559+
Note: Since formulas calculated using only definite sizes,
3560+
such as the <a>stretch fit</a> formula,
3561+
are also definite,
3562+
the size of a grid item which is stretched
3563+
is also considered definite.
35573564

35583565
<h3 id='algo-terms'>
35593566
Track Sizing Terminology</h3>

0 commit comments

Comments
 (0)