Skip to content

Commit 5c74940

Browse files
committed
[css-grid] Clarify that only content-based tracks are stretched by justify-content per <https://lists.w3.org/Archives/Public/www-style/2015Jan/0183.html>
1 parent f5276c3 commit 5c74940

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-grid/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,10 @@ Repeating Rows and Columns: the ''repeat()'' notation</h4>
10331033
Note: It is expected that a future level of this specification will define a value to be inserted between the repetitions,
10341034
similar to the argument of the <code>Array#join</code> method in JavaScript.
10351035

1036+
Issue: There's no ability currently to fill the grid with columns based on number of items.
1037+
See <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0203.html'>thread</a>.
1038+
(This might be better handled in Flexbox.)
1039+
10361040
<h4 id='fr-unit'>
10371041
Flexible Lengths: the ''fr'' unit</h4>
10381042

@@ -2652,6 +2656,8 @@ Grid Sizing Algorithm</h3>
26522656
and the tracks are aligned within the <a>grid container</a>
26532657
according to the 'align-content' and 'justify-content' properties.
26542658
<span class="note">Note: This can introduce extra space within or between tracks.</a>
2659+
(When introducing space within tracks,
2660+
only tracks with an <a lt="intrinsic sizing function">intrinsic</a> <a>max track sizing function</a> accept space.)
26552661
</ol>
26562662

26572663
Once the size of each <a>grid area</a> is thus established,

0 commit comments

Comments
 (0)