- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Jul 2024 13:21:48 +0000
- To: public-css-archive@w3.org
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