Re: [csswg-drafts] [css-images-4][css-grid] Allow transitions between different types within `stripes()` (#8622)

> Eagerly compute flex values to lengths

If a `<length-percentage>` stays as-is, I think `<flex>` should rather compute to a `<length-percentage>` instead of a `<length>`.

So `20px, 40%, 1fr, 3fr` would compute to `20px, 40%, max(0px, calc(15% - 5px)), max(0px, calc(45% - 15px))`.

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


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

Received on Wednesday, 23 August 2023 01:45:42 UTC