- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Mon, 01 Apr 2024 00:43:26 +0000
- To: public-css-archive@w3.org
There's two effects that this controls: - What happens with only one item. - What happens with overflow. Wrt rationale: - Overflow on these should be safe, so they should probably all be `safe`. Maybe `space-between` needs to change here. - `space-around` and `space-evenly` reasonably devolve into centering. - `space-between` positions the first item flush, so it was decided to use start fallback alignment. IIRC at the time of discussion there wasn't a distinction between `flex-start` and `start` so we didn't debate that point. I think this is also why we overlooked whether it was safe or not... Proposal: Update `space-between` fallback from `flex-start` to `safe flex-start`. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10154#issuecomment-2028974819 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 1 April 2024 00:43:27 UTC