Re: [csswg-drafts] [css-values-4] Should `<percentage>` be invalid in calculations matching `<number>`? (#9661)

Relative lengths can always be resolved with an absolute base in `px`: `font-size` of the element, the viewport width, etc.

So `<percentage>`s in `1% / 1%` do not have any absolute base and are not resolved before applying the operation, which results to `1`, ok. Thanks.

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


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

Received on Friday, 1 December 2023 04:00:37 UTC