Just some math, in case someone finds it useful. When distributing among `n` tracks, the `i`-th one gets this fraction of the space: - If no flex tracks (equal distribution): `1 / n` - If `s ≥ 1`: `fⁱ / s` - If `0 ≤ s < 1`: `fⁱ + (1-s)/n` where `fⁱ` is the flex fraction of the`i`-th track, and `s = ∑fⁱ` is the sum of flex fractions. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6078#issuecomment-874834329 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-configReceived on Tuesday, 6 July 2021 14:57:10 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:27:25 UTC