Re: [csswg-drafts] Clamping values and additive animation (#12648)

I was right the first time. The problem is under-specification. The only useful form of additive animation has been arbitrarily restricted.
```
if context.for_smil_animation {
    // SMIL expects to be able to interpolate between out-of-range
    // opacity values.
    value
} else {
    value.min(1.0).max(0.0)
}
```

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


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

Received on Wednesday, 27 August 2025 09:38:25 UTC