Re: [csswg-drafts] [css-values] specification for calc() should be clearer about when the result has a percentage (#10017)

Okay, I've finished up the edits to Values 5 as well. Making progress() correctly preserve percentage-ness into a calc-mix() was a little tricky, but it should be correct now, so `width: calc-mix(progress(25% from 100px to 200px), 300px, 400px);` preserves the fact that it has used a percentage. (But `width: calc-mix(50%, 300px, 400p);` **does not**.)

As far as I can tell, this is fully resolved now.

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


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

Received on Thursday, 29 February 2024 23:51:59 UTC