Re: [csswg-drafts] [css-values-5] issues with interpolation rules for calc-size() (#10220)

Okay, edits checked in to *just* canonicalize during interpolation. As part of that, I rejiggered the canonicalization a little bit:
* removed the 'percentage' keyword (which is what calc-sum canonicalized to) in favor of canonicalizing to 'any' (for plain lengths) or '100%' (for calculations with a percentage)
* fixed the conditions for being interpolable to check for matching '100%' values (actually any matching values), which previously was accidentally falling thru the cracks

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


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

Received on Thursday, 15 August 2024 20:58:49 UTC