Skip to content

Commit 9ad53fb

Browse files
committed
[css-grid] Downgrade François' issue about a third repeat() argument to a Note, since we resolved to defer it.
1 parent eb77b81 commit 9ad53fb

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

css-grid/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,8 @@ Repeating Rows and Columns: the ''repeat()'' notation</h4>
960960
these must be joined with any other named lines defined for that position.
961961
(So the previous example is actually equivalent to the expanded value ''(a) 1fr (b a) 1fr (b)''.)
962962

963-
<p class='issue'>
964-
François suggests adding an optional third argument with the same syntax as the second,
965-
as a joiner between repetitions.
963+
Note: It is expected that a future level of this specification will define a value to be inserted between the repetitions,
964+
similar to the argument of the <code>Array#join</code> method in JavaScript.
966965

967966
<h4 id='fr-unit'>
968967
Flexible Lengths: the ''fr'' unit</h4>

css-grid/Overview.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,8 @@ <h4 class="heading settled heading" data-level=5.1.2 id=repeat-notation><span cl
10861086
these must be joined with any other named lines defined for that position.
10871087
(So the previous example is actually equivalent to the expanded value <span class=css data-link-type=maybe title="(a) 1fr (b a) 1fr (b)">(a) 1fr (b a) 1fr (b)</span>.)
10881088

1089-
<p class=issue id=issue-476380d2><a class=self-link href=#issue-476380d2></a>
1090-
François suggests adding an optional third argument with the same syntax as the second,
1091-
as a joiner between repetitions.
1089+
<p class=note> Note: It is expected that a future level of this specification will define a value to be inserted between the repetitions,
1090+
similar to the argument of the <code>Array#join</code> method in JavaScript.
10921091

10931092
<h4 class="heading settled heading" data-level=5.1.3 id=fr-unit><span class=secno>5.1.3 </span><span class=content>
10941093
Flexible Lengths: the <span class=css data-link-type=maybe title=fr>fr</span> unit</span><a class=self-link href=#fr-unit></a></h4>
@@ -3854,10 +3853,6 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
38543853
Ideas welcome, please <a href="mailto:www-style@w3.org?Subject=%5Bcss-grid%5D%20Collapsing%20Grid%20Tracks">post them to www-style@w3.org</a>.
38553854

38563855
<a href=#issue-8f83c1bc></a></div><div class=issue>
3857-
François suggests adding an optional third argument with the same syntax as the second,
3858-
as a joiner between repetitions.
3859-
3860-
<a href=#issue-476380d2></a></div><div class=issue>
38613856
Win8 compat might require the <a class=css data-link-for=grid-auto-flow data-link-type=maybe href=#valuedef-none title=none>none</a> value to stay the initial value,
38623857
but it’s not a very good value,
38633858
because by default the entire contents of a grid container will end up stacked on top of each other.

0 commit comments

Comments
 (0)