Skip to content

Commit

Permalink
[css-grid-1] Be more verbose. #3614
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Feb 7, 2019
1 parent d244a68 commit 93f0feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4188,11 +4188,11 @@ Distributing Extra Space Across Spanned Tracks</h4>

<ul>
<li>
when handling ''min-content'' or ''auto'' <a>base sizes</a>:
when handling <a>base sizes</a> of tracks with ''min-content'' or ''auto'' minimums:
any affected track that happens to also have an intrinsic <a>max track sizing function</a>;
if there are no such tracks, then all affected tracks.
<li>
when handling ''max-content'' <a>base sizes</a>:
when handling <a>base sizes</a> of tracks with ''max-content'' minimums:
any affected track that happens to also have a ''max-content'' <a>max track sizing function</a>;
if there are no such tracks, then all affected tracks.
<li>when handling any intrinsic <a>growth limit</a>:
Expand Down

0 comments on commit 93f0feb

Please sign in to comment.