- From: Javier Contreras via GitHub <noreply@w3.org>
- Date: Wed, 18 Mar 2026 14:57:17 +0000
- To: public-css-archive@w3.org
Similar to @mhochk and @oSamDavis, I agree that the linear assignment makes the most sense given how Flexbox fundamentally behaves. Moreover, having linear assigment means authors can reasonably predict where a certain color in a list will end up being (i.e they can know that green will be every 3rd item etc), whereas with the resetting approach it would be impossible for authors to determine what color goes between item `n` and item `n + 1` for a flexbox that is part of a responsuve layout. So linear assignment also gives authors more predictable behavior. -- GitHub Notification of comment by jav099 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13663#issuecomment-4083205501 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 18 March 2026 14:57:18 UTC