We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddc288 commit 8fa1740Copy full SHA for 8fa1740
css-grid/Overview.bs
@@ -3554,6 +3554,13 @@ Grid Sizing Algorithm</h3>
3554
3555
Once the size of each <a>grid area</a> is thus established,
3556
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.
3564
3565
<h3 id='algo-terms'>
3566
Track Sizing Terminology</h3>
0 commit comments