diff --git a/css-flexbox/Overview.bs b/css-flexbox/Overview.bs index b6dc9db1123..08723975b0f 100644 --- a/css-flexbox/Overview.bs +++ b/css-flexbox/Overview.bs @@ -2795,8 +2795,11 @@ Flex Container Intrinsic Main Sizes
  • For each flex item, subtract its outer flex base size from its [[#intrinsic-item-contributions|max-content contribution]] size. - If that result is not zero, divide it by (if the result was positive) its flex grow factor floored at 1, - or (if the result was negative) by its scaled flex shrink factor, having floored the flex shrink factor at 1. + If that result is positive, + divide by its flex grow factor floored at 1; + if negative, + by its scaled flex shrink factor + having floored the flex shrink factor at 1. This is the item's max-content flex fraction.