Re: [csswg-drafts] [css-values] Make top-level NaN be IACVT instead of ∞ (#7067)

I was able to workaround this problem by invalidating the property by making `calc()` resolving to negative value, which would invalidate `flex-basis` and any other property that can't be set to a negative value.

Some properties can't be invalidated in this way, such as `margin`, but instead of invalidating I can make it resolve to 0 via creative use of max() and min().

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


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

Received on Tuesday, 5 April 2022 01:35:19 UTC