- From: gitspeaks via GitHub <sysbot+gh@w3.org>
- Date: Fri, 28 Mar 2025 21:33:13 +0000
- To: public-css-archive@w3.org
There’s no “reminder” here—referring to the *used flex basis* doesn’t imply a specific source for the size. As mentioned, the *used* flex basis can be derived either from the preferred main size or from the declared `flex-basis` value. What you’re describing is an interpretation of “used flex basis” as necessarily referring to a *declared* value that overrides the preferred main size—but that’s problematic. All the other cases (A–D) are defined in terms of the *used* flex basis, which can originate from either source. For example, case A refers to a definite used flex basis but doesn’t specify the source of that definite size—it could just as well come from `width: 10px` as from `flex-basis: 10px`. -- GitHub Notification of comment by gitspeaks Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12017#issuecomment-2762589002 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 28 March 2025 21:33:14 UTC