Re: [csswg-drafts] [css-flexbox] Resolving flexible lengths should avoid 0/0 and infinite loops (#8928)

In Taffy we simply [do not apply step c if the sum of the scaled flex shrink factors is zero](https://github.com/DioxusLabs/taffy/blob/main/src/compute/flexbox.rs#L1183). This seems to lead to the same result as Chrome and Firefox (0px x 2px outer div and 0px x 0px inner div).

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


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

Received on Thursday, 8 June 2023 21:41:28 UTC