Skip to content

Commit

Permalink
[css-grid-1] Add note reminding implementers that gutters are treated…
Browse files Browse the repository at this point in the history
… like fixed-size tracks, and need to be incorporated into track size calculations accordingly. #2201
  • Loading branch information
fantasai committed Jan 27, 2018
1 parent 3f47779 commit fbc730b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3617,6 +3617,12 @@ Track Sizing Terminology</h3>
The number of <a>grid tracks</a> crossed by a <a>grid item</a> in the applicable dimension.
</dl>

Note: Remember that <a href="#gutters">gutters</a> are treated as fixed-size tracks--
tracks with their min and max sizing functions both set to the gutter’s used size--
for the purpose of the grid sizing algorithm.
Their widths need to be incorporated into
the <a>track sizing algorithm</a>’s calculations accordingly.

<h3 id="algo-track-sizing">
Track Sizing Algorithm</h3>

Expand Down

0 comments on commit fbc730b

Please sign in to comment.