Re: [csswg-drafts] [css-values] Non-zero mod() (#9693)

I don't think I've ever personally run into this sort of situation. But more importantly, if you *do* need this sort of thing, there's no way for us to infer what your minimum step is, such that the value range can be shifted over by it.

For now, just writing it out (`calc(mod(val - step, max) + step)`) seems sufficient to address this case. If it can be shown there's substantial authoring usage of this sort of pattern, we can reconsider it.

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


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

Received on Tuesday, 12 March 2024 22:18:50 UTC