Re: [csswg-drafts] [css-sizing][css-overflow][css-flexbox] Ability to control the sizing of the overflown content area (#8725)

> is it intended not to work with space-around or space-around values

It works with `<content-position>`, not with `<content-distribution>`. These have a fallback alignment, which currently can't be customized. See https://drafts.csswg.org/css-align-3/#distribution-values

> When space cannot be distributed in this way, these values behave as their [fallback alignment](https://drafts.csswg.org/css-align-3/#fallback-alignment). Each distribution value has an associated default fallback alignment. (A future level of this module may allow the fallback alignment to be specified explicitly.)

So `space-between` falls back to `start` and doesn't overflow on the start side. `space-around` and `space-evenly` should now fall back to `safe center` (#5088), but browsers still use `center`.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8725#issuecomment-1509990604 using your GitHub account


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

Received on Saturday, 15 April 2023 22:32:23 UTC