Re: [csswg-drafts] [css-color-4] Expand the concept of analogous components to analogous sets of components to minimize `none` → `0` conversions (#10210)

@LeaVerou As proposed here, the gradient below would render `green`?

```css
.test {
  background: linear-gradient(in oklab, rgb(none none none), green );
  width: 200px;
  height: 200px;
}
```

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


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

Received on Tuesday, 22 April 2025 03:10:02 UTC