Re: [csswg-drafts] [css-values] Make it explicit that min(), max(), clamp() require arguments to have the same type (#7496)

@tabatkins @Loirooriol I think I already understand this from the comment, but I wanted to confirm— this change still permits different units so long as they evaluate to the same syntax/type, so this would still be valid, right?:

```css
some-element {
  width: clamp(100px, 200px + 15vw, 100%)
}
```

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


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

Received on Wednesday, 12 October 2022 17:00:12 UTC