File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'>
10371041Flexible 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,
You can’t perform that action at this time.
0 commit comments