- From: Shaw Jia via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Apr 2022 14:10:36 +0000
- To: public-css-archive@w3.org
@LeaVerou I see, so I was mistaken regarding how widespread this issue is, however I AM actually using the 0/0 behavior. Because my trigger depend on making the result 1 in all cases, so I have to keep the divider and divisor the same value. I'm repeating it here again: `calc((var(--span)+1)/(var(--span)+1))`. So in the case when `--span:-1` it will cause `calc()` to result in `calc(0/0)`. It has to be `0/0` because it needs to resolve to 1 for non-zero inputs. -- GitHub Notification of comment by miragecraft Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7067#issuecomment-1087608157 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 4 April 2022 14:10:38 UTC