- From: Kevin Babbitt via GitHub <sysbot+gh@w3.org>
- Date: Mon, 13 Jan 2025 19:50:38 +0000
- To: public-css-archive@w3.org
> I'm assuming that `repeat()` is preserved at computed-value time, so it's not possible to just set to zero the width at the same index, right? Yes, and a similar consideration is that lists for different properties can repeat and have different lengths. For example: ```css column-rule-style: solid dashed none; column-rule-width: 1px 2px; ``` Would give, in order from left to right: 1px solid, 2px dashed, (1px) none, 2px solid, 1px dashed, (2px) none. -- GitHub Notification of comment by kbabbitt Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11494#issuecomment-2588057984 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 13 January 2025 19:50:39 UTC