Skip to content

Commit fbc730b

Browse files
committed
[css-grid-1] Add note reminding implementers that gutters are treated like fixed-size tracks, and need to be incorporated into track size calculations accordingly. #2201
1 parent 3f47779 commit fbc730b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-grid-1/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -3617,6 +3617,12 @@ Track Sizing Terminology</h3>
36173617
The number of <a>grid tracks</a> crossed by a <a>grid item</a> in the applicable dimension.
36183618
</dl>
36193619

3620+
Note: Remember that <a href="#gutters">gutters</a> are treated as fixed-size tracks--
3621+
tracks with their min and max sizing functions both set to the gutter’s used size--
3622+
for the purpose of the grid sizing algorithm.
3623+
Their widths need to be incorporated into
3624+
the <a>track sizing algorithm</a>’s calculations accordingly.
3625+
36203626
<h3 id="algo-track-sizing">
36213627
Track Sizing Algorithm</h3>
36223628

0 commit comments

Comments
 (0)