Re: [csswg-drafts] [css-images-4] Gradient interpolation doesn't specify how to handle positionless stops at computed-value time (#10374)

So, concretely, in this example

```css
div {
  width: 600px;
  height: 200px;
  background: linear-gradient(to right, red 10%, yellow, white, blue calc(300px + 50%))
}
```

what are the positions of the yellow and white stops at computed value time? They are independent of the size of the div, yes, but the algorithm hasn't calculated them to determine that yet. Or is the value an expression like `calc(calc(calc(300px + 50%) + (10%)) * 0.333))` ?

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


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

Received on Tuesday, 16 July 2024 13:21:49 UTC