Re: [csswg-drafts] [css-gaps-1] Auto repeater behavior when number of gaps is less than number of values (#11492)

The CSS Working Group just discussed `[css-gaps-1] Auto repeater behavior when number of gaps is less than number of values`, and agreed to the following:

* `RESOLVED: accept the current spec text`

<details><summary>The full IRC log of that discussion</summary>
&lt;TabAtkins> kbabbitt: gut check on a behavior<br>
&lt;TabAtkins> kbabbitt: one feature is a repeat() syntax for gap decos<br>
&lt;TabAtkins> kbabbitt: if you ahve a grid with unknown number of gaps, can use `repeat(auto, &lt;deco list>)`<br>
&lt;TabAtkins> kbabbitt: can combine with decos before and after<br>
&lt;TabAtkins> kbabbitt: so like a data grid, black gaps between headings in first/last column, different color in body<br>
&lt;kbabbitt> column-rule-color: black repeat(auto, red blue) white;<br>
&lt;TabAtkins> kbabbitt: so with one gap, black. two gaps, black white. three gaps: black red white. four gaps+, obvious<br>
&lt;fantasai> fantasai: I like it<br>
&lt;fantasai> florian: yup<br>
&lt;bramus> +1<br>
&lt;fantasai> TabAtkins: agree, it's the right one<br>
&lt;fantasai> TabAtkins: aside from in Grids we don't allow partial repetition, matches<br>
&lt;TabAtkins> astearns: proposed resolution is that we accept the spec text<br>
&lt;TabAtkins> RESOLVED: accept the current spec text<br>
</details>


-- 
GitHub Notification of comment by css-meeting-bot
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11492#issuecomment-2628459901 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 31 January 2025 21:50:59 UTC